Ejemplo n.º 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);
    }
  }
Ejemplo n.º 2
0
 public static void drawSelection() {
   tlPainterSelected.drawGraphics(gcSelected);
 }