Does anyone know why my Java applet does not display anything?
This is my first Java applet so I am new to creating one. I researched this problem and haven\'t found
Typically, you define an init() method and add initialize some GUI components inside of it. I wouldn't override paint(). I'm not sure what exactly that would do.