Generated by
JDiff

Class java.awt.Insets

Documentation changed from old to new.

Changed Methods
int hashCode() Documentation changed from old to new.
Method was inherited from Object, but is now defined locally. Changed from native to non-native.
Returns the hash code for this Insets.
 

Changed Fields
int bottom Documentation changed from old to new.
The inset from the bottom.
int left Documentation changed from old to new.
The inset from the left.
int right Documentation changed from old to new.
The inset from the right.
int top Documentation changed from old to new.
The inset from the top.