Generated by
JDiff

Class java.awt.Point

Documentation changed from old to new.

Changed Methods
void translate(int, int) Documentation changed from old to new.
Translates this point at location (x  y) by dx along the x axis and dy along the y axis so that it now represents the point (x + dx y + dy).
 

Changed Fields
int x Documentation changed from old to new.
The x coordinate.
int y Documentation changed from old to new.
The y coordinate.