What are the changes to JAWT in JDK1.4?
Created Oct 14, 2001
Davanum Srinivas See section labeled Native drawing JAWT interface improvements at http://java.sun.com/j2se/1.4/jcp/j2se-1_4-mr_docs-spec/awt.html.
- New LockAWT/UnlockAWT in basic JAWT structure in jawt.h
- Target used by JAWT need not to be Canvas
- New GetAWTColor() that takes RGB and returns a pixel.
- Updated version #define for JAWT_VERSION_1_4