I need some help about the JAVA applet,I have created a Applet with
Sun ONE ->GUI -> JApplet.The applet does not create any paint() nor
init(), it put everything in initComponent(). If I add a paint()
method I can use drawString() but not all the buttons I create with
the GUI... so how can I "repaint" the interface? (There have a start
interface, after click on the start button, will go into the other
interface).