|
Hi,
I successfully introduced ImageJ into the environment of NetBeans 5.5.1 under Windows XP (JDK 1.5.x) according to the tutorial found on the IJ web page . All is working fine, as I could compile and run ImageJ under Netbeans.
I am now trying to write a small plugin having a JFrame created by Netbeans GUI builder. Upon compilation I got the error message that org.desktop.layout does not exist.
org.desptop.layout is contained in swing-layout.1.0.jar, which is part of the Netbeans GUI builder engine. Although I experimented a little with build.xml, I did not find the solution.
Is there anybody who successfully created IJ plugins and used the GUI builder of Netbeans? Any comments are welcome!
Regards
Christian Kreutzfeldt
|