jQuery in Action, 2nd edition
The moose likes Swing / AWT / SWT and the fly likes I need help... Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "I need help..." Watch "I need help..." New topic
Author

I need help...

Casey Buresh
Greenhorn

Joined: Oct 03, 2006
Posts: 18
I have been doing alot of programming in my spare time with Java. I recently wanted to create a program the would show a series of different screens, fillied with information, but i can't figure out how to use a timer, is there a wait method? If so, someone please enlighten me so that I may partake in my experiment.


'allo Poppet!!!
Campbell Ritchie
Sheriff

Joined: Oct 13, 2005
Posts: 32833
    
    4
Beware: there are two Timers, slightly different from each other. And there are three wait() methods for every object. Look in the Java Tutorial here about concurrency, and here, then look for Timers on the left.
Casey Buresh
Greenhorn

Joined: Oct 03, 2006
Posts: 18
ty you solved my problem
Campbell Ritchie
Sheriff

Joined: Oct 13, 2005
Posts: 32833
    
    4
Only too pleased to be able to help . . .
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: I need help...
 
Similar Threads
Tech support
' + ' Operator problem
Struts Filter
Information about ANT execution
JTextArea question - accessing and code structure