I have created a Applet with Sun ONE ->GUI -> JApplet.
it 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? course I try repaint();, but it seem doesn't work.
The process is : the Applet will start with a start button interface,
once click on the start button, it will show other interface.