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
Put this into your code before any line in the paint
paint
super.paint(screen);