Generated by
JDiff

Class java.awt.Toolkit

Added Methods
boolean getLockingKeyState(int) Returns whether the given locking key on the keyboard is currently in its "on" state.
PrintJob getPrintJob(Frame, String, JobAttributes, PageAttributes) Gets a PrintJob object which is the result of initiating a print operation on the toolkit's platform.
Map mapInputMethodHighlight(InputMethodHighlight) Returns a map of visual attributes for the abstract level description of the given input method highlight or null if no mapping is found.
void setLockingKeyState(int, boolean) Sets the state of the given locking key on the keyboard.
 

Changed Methods
void setDesktopProperty(String, Object) Changed from synchronized to non-synchronized. set the named desktop property to the specified value and fire a property change event to notify any listeners that the value has changed