I'm new to Japplets.. I'm wondering if I have the following...
classA A = new classA();
//launch Japplet here
and classA extends Japplet
how would I launch the Japplet?
If it's any help I'm using a Java Bean and I've tried calling classA.init();
although this class does execute when I call this method it just doesn't show my JApplet on display.