Search:

Type: Posts; User: snowguy13

Search: Search took 0.07 seconds.

  1. Replies
    5
    Views
    1,489

    Re: How would I approach this?

    You may have to be more specific... Are you getting errors? Is there another problem? I don't have enough information to accurately help...

    What I can say is that you need to prepare everything...
  2. Replies
    5
    Views
    1,489

    Re: How would I approach this?

    I apologize, the correct method is Thread.sleep().

    The sleep() method takes one parameter (a long). From the documentation I linked you to:


    So, how you use it would be to do ...
  3. Replies
    5
    Views
    1,489

    Re: How would I approach this?

    To make Java wait, you can use methods found in the Thread class.

    Particularly, you may want to examine Thread.wait().

    Util Timers and Swing Timers are other options, but I think the Thread...
Results 1 to 3 of 3