| AWT Compatibility |
|
|
Classes will live in java.awt.* package | |
|
|
Graphics2D extends java.awt.Graphics | |
|
|
getGraphics() will return Graphics2D | |
|
|
paint/update() called with Graphics2D | |
|
|
BufferedImage extends java.awt.Image | |
|
|
Existing Font, Color and ColorModel classes enhanced with new methods | |