Generated by
JDiff

Class javax.swing.KeyStroke

The superclass changed from java.lang.Object to java.awt.AWTKeyStroke.
Removed interface java.io.Serializable.

Changed Methods
boolean equals(Object) Method was locally defined, but is now inherited from AWTKeyStroke. Change from non-final to final.
Returns true if this object is identical to the specified object.
char getKeyChar() Method was locally defined, but is now inherited from AWTKeyStroke. Change from non-final to final.
Returns the character for this AWTKeyStroke.
int getKeyCode() Method was locally defined, but is now inherited from AWTKeyStroke. Change from non-final to final.
Returns the numeric key code for this AWTKeyStroke.
int getModifiers() Method was locally defined, but is now inherited from AWTKeyStroke. Change from non-final to final.
Returns the modifier keys for this AWTKeyStroke.
int hashCode() Method was locally defined, but is now inherited from AWTKeyStroke. Returns a numeric value for this object that is likely to be unique making it a good choice as the index value in a hash table.
boolean isOnKeyRelease() Method was locally defined, but is now inherited from AWTKeyStroke. Change from non-final to final.
Returns whether this AWTKeyStroke represents a key release.
String toString() Method was locally defined, but is now inherited from AWTKeyStroke. Returns a string that displays and identifies this object's properties.