Пример #1
0
 public void drawOval(int x, int y, int width, int height) {
   _gc.drawOval(x, y, width, height);
 }