Drawing imagies
The applet below is a MeSelector. It loads a number of
pictures and moves them around the screen.
As you see, my face wanders around screen and when hit falls
apart.
MeSelector
This applet is a demonstration of how
simple operations on bitmaps in java can have peculiar effects.
- MeSelector. contains some
standard user interface widgets that control a MeCanvas
- MeCanvas. The
animated drawing surface that draws the images. The animated
behaviour is inherited from ThreadedCanvas.
- ThreadedCanvas. The real workhorse
This manages the offscreen bitmap needed for animated behaviour.