Name: skT45625 Date: 10/20/2000
java version "1.2.2"
Solaris VM (build Solaris_JDK_1.2.2_05, native threads, sunwjit)
translate
public void translate(int x,
int y)
^^^^^^ These should be dx & dy *********
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).
Parameters:
dx - the distance to move this point along the x axis.
dy - the distance to move this point along the y axis.
the parameters in the list are x & y not dx & dy,
Thought you might want to fix that,
Ruel
###@###.### 2000-10-20
http://java.sun.com/j2se/1.3/docs/api/java/awt/Point.html#translate(int, int)
(Review ID: 110960)
======================================================================