Search:

Type: Posts; User: javapenguin

Search: Search took 0.19 seconds.

  1. [SOLVED] Re: Will this keep staying at 0 like I fear it might?

    Ok, my old Clock is lost.

    But if the Clock object were declared inside a GameTimer constructor, would it still keep changing or still be lost?

    Wait, how would I be able to get millis3 anyway as...
  2. [SOLVED] Re: Will this keep staying at 0 like I fear it might?

    The first part was kinda a SSCCE.

    In short, if I have an Timer that keeps calling the ActionListener in the GameTimer method, will it keep resetting my values used for minutes, hours, and seconds...
  3. [SOLVED] Will this keep staying at 0 like I fear it might?

    private String minutes3;
    private Long millis;
    private String seconds3;
    private Long seconds4;
    private String hours3;
    private Long hours4;
    private Long...
Results 1 to 3 of 3