Search:

Type: Posts; User: Freaky Chris

Search: Search took 0.11 seconds.

  1. Replies
    5
    Views
    1,833

    Re: Anyone familiar with the swing timer?

    You're very welcome!

    Chris
  2. Replies
    5
    Views
    1,833

    Re: Anyone familiar with the swing timer?

    public class ExampleClass implements ActionListener{
    private static final REFRESH_RATE_SECS = 10;
    private Timer myTimer;

    public ExampleClass(){
    myTimer = new...
Results 1 to 2 of 2