Re: Matisse nice - but how to deploy applet with it?
Jan Stola <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.user-interface |
|---|---|
| Message-ID | <[email protected]> |
> 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?) The classes are in <nb_home>/ide6/modules/ext/swing-layout-0.7.jar. You must put in on the classpath. > Also I remember reading that there are some "optimized" Swing > components that one needs to package for all this to work....true? There are no "optimized" Swing components. There is just a new layout manager and some support classes that allows the layout manager to determine the size of preferred padding between components or position of baseline (for components that display text). Honza