Java: Example - Scribble
This page discusses - Java: Example - Scribble.
Example - Raise.java
This program program was inspired by a Gore-Bush ballots in Florida. The paintComponent method looks too complicated and could be improved. Also, there's no need to redraw all the fixed elements; these could be drawn only once and saved in a BufferedImage.
Paint Demo
This simple paint program leaves much to be desired..
Drag Demo
Drag the ball around on the applet to the left..
MouseTest
This is a simple demonstration of listening to mouse events on a panel..