Q: How do I...
- get input from a text file instead of the keyboard?
- write output to a text file instead of the console?
- get a list of files in the current folder?
- display an image (JPG, GIF or PNG) in an applet?
- draw lines thicker than 1 pixel?
- do graphics in an application instead of an applet?
- get keyboard input in an applet?
- get keyboard input in an application?
- animate something in an applet without pressing a key or clicking the mouse?
- get rid of the flicker in my applet?
- play an audio file?
- get input from a text file contained inside a zip file?
- display an image that's contained in a zip file? - ADVANCED
- write two programs that communicate over a network? - ADVANCED