Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
Still learning Java.
I can create an Applet an run it separately and in a web page through and html page.
I can create a Matisse form and run it as an Application.
How do I take a Matisse form I’ve created and ‘add/use it’ to/in an Applet or ‘convert it’ to an Applet so I can use it in a web page?
littleccguy,
JApplet is the top level container for any Applet, just like JFrame/JWindow/JDialog is for any client-side application. So if you want to create a form using Matisse to use in an applet, be sure to create a JPanel, that way you can drop it into your JApplet and display it.