Esempio n. 1
0
 public void selectColor(int num) {
   selectTool(new Point(1411, 386)); // select color tool
   selectTool(new Point(448, 274)); // select color tab
   selectTool(new Point(461, 369 + (num * 18))); // select color
   selectTool(new Point(536, 612)); // press ok
 }
Esempio n. 2
0
 public void drawCercle(Point start, Point end) {
   selectTool(cercleTool);
   this.drawTo(start, end);
 }