Sun 2D Renderer support
Previous releases of Java on Mac OS X only offered 2D rendering support using Apple's Quartz technology.
J2SE 5.0 Release 4 features support for Sun's 2D renderer. By default, the Quartz renderer is used for 2D rendering. You can use the Sun 2D renderer by setting the apple.awt.graphics.UseQuartz runtime option to false.
Graphics corruption during live resize
Overriding the update() method and not calling super.update() in a heavyweight component may have resulted in a blank window during a live resize.
All components redraw correctly during a live resize.
Window disposal crash
Disposing a window while it's being drawn to caused a crash.
An application no longer crashes if it disposes a window while it's being drawn to.
Last updated: 2006-05-23