| AWTImage |
Represents image data using Java 2D's BufferedImage.
|
| AWTInput |
Input device that uses AWT to capture mouse and keyboard events.
|
| Java2DGraphicsContext |
Uses Java 2D to render graphics.
|
| Java2DRenderer |
Implementation of a renderer that uses APIs from the Java standard library.
|
| MP3 |
Plays MP3 files using the JLayer library.
|
| StandardApplicationData |
Saves application data to a simple .properties file in the platform's
standard location.
|
| StandardMediaLoader |
Uses APIs from the Java standard library to load media files: Java2D and ImageIO
for loading images, Java Sound for loading audio clips, and AWT for loading fonts.
|