More Animation
The applet below is a lottery number picker. Balls bounce
around inside this mechanism.
Picker
This applet is a demonstration of slightly more complex
animation that is possible using java.
- TestPicker. contains a picker
and start/stop buttons.
- Picker. The animated lottery
machine with behaviour from ThreadedCanvas.
- ThreadedCanvas. The real workhorse
This manages the offscreen bitmap needed for animated behaviour.