예제 #1
0
  /** Calls all required methods to update the graphics of the view */
  private static void updateGraphics() {

    // Kludge solution to flicker problem
    for (int i = 0; i < 2; i++) {
      tlPainterSelected.drawGraphics(gcSelected);
      tlPainterUnSelected.drawGraphics(gcUnselected);
    }
  }
예제 #2
0
 public static void drawSelection() {
   tlPainterSelected.drawGraphics(gcSelected);
 }