Search:

Type: Posts; User: newbie

Search: Search took 0.13 seconds.

  1. Replies
    22
    Views
    4,702

    Re: Timer Countdown - Code Syntax

    if(timer.isRunning()){
    timer.stop();
    bGolemi = 59;
    bGolemj = 300;
    bGolemk = 4;

    timer.start();

    }
  2. Replies
    22
    Views
    4,702

    Re: Timer Countdown - Code Syntax

    My best advice for the moment is to either
    A.) Scrap your java.util.Timer implementation and instead use a javax.swing.Timer implementation.
    B.) Combine current implementation with...
Results 1 to 2 of 2