Beispiel #1
0
 /** Set the x-y location of the combo in the screen */
 public void setLocation(int x, int y) {
   text.setX(x + 10);
   text.setY(y);
   dot.setLocation(x - 1, y - 1, x + 1, y + 1);
 }