Search:

Type: Posts; User: Junky

Search: Search took 0.12 seconds.

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

    If your actionPerformed method creates a new Clock object then yes the values will be reset. Actually the values would not be reset because you throw away the old Clock and get a new one with all its...
  2. [SOLVED] Re: Will this keep staying at 0 like I fear it might?

    Literal values by default are ints. If you want to assign them to a long variable you need to append an 'l' or 'L' after the value. Use uppercase to avoid confusing it with the number 1.

    long...
Results 1 to 2 of 2