Example #1
0
  public void run() {
    while (firstExec) {
      firstExec = false;

      try {
        Thread.sleep(3000);
      } catch (Exception e) {
      }
    }
    m.nextDisplay();
  }
Example #2
0
 public void keyPressed(int keyCode) {
   m.nextDisplay();
 }