Matisse nice - but how to deploy applet with it?
Thomas Wolf <[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?) 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