Generated by
JDiff

Class javax.swing.KeyStroke

Documentation changed from old to new.

Removed Methods
KeyStroke getKeyStroke(String) Parse a string with the following syntax and return an a KeyStroke:
 

Added Methods
KeyStroke getKeyStroke(Character, int) Return a shared instance of a key stroke given a character object and a set of modifiers.
KeyStroke getKeyStroke(String) Parse a string and return a KeyStroke.
 

Changed Methods
KeyStroke getKeyStroke(char) Documentation changed from old to new.
Return a shared instance of a key stroke that is activated when the key is pressed (that is a KeyStroke for the KEY_TYPED event).