Re: Matisse nice - but how to deploy applet with it?
Christopher Atlan <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.user-interface |
|---|---|
| Message-ID | <[email protected]> |
Hey, you need NetBeans/ide6/modules/ext/swing-layout-0.7.jar to run the applet. I don't know how you can automatically add this to your build process. But i think in every case you can make this with a ant task. Christopher Atlan Am 29.09.2005 um 22:56 schrieb Thomas Wolf: > > I don't see any documentation on how one would go about taking a > JApplet that was built with > Matisse and including it in a larger webapp. It generates code > that uses org.jdesktop.layout.GroupLayout - which, > in turn, probably uses a bunch of other classes in that package. > How do I include these classes in my > signed applet jar file (which, then gets used in my web app > project?) Also I remember reading that there > are some "optimized" Swing components that one needs to package for > all this to work....true? > > Please provide a link on how this packaging can be done > automatically from within the IDE? > > Thanks, > tom > >