Search:

Type: Posts; User: stormforce

Search: Search took 0.09 seconds.

  1. Replies
    3
    Views
    1,570

    Re: Problem with thread.sleep()

    How do i implement that im trying this and it doesnt work.


    public void actionPerformed(ActionEvent event)
    {
    for(location=0;location<3;location++)
    {
    movie.setText(frames[location]);;...
  2. Replies
    3
    Views
    1,570

    Problem with thread.sleep()

    ok, so im making a program that you can do ascii animations with. So i have to play the movie frame by frame. So i want my code to play one frame, Sleep 1 sec,play frame 2, sleep 2 sec etc. What it...
Results 1 to 2 of 2