[Echo-list] Timer class
Brought to you by:
tliebeck
From: Mark S. <msa...@be...> - 2004-01-18 06:31:14
|
I have not had any luck getting the Timer class to work. I am using it with setRepeats(false). I add it to the hierarchy of a new window (window --> container pane --> content pane --> timer), which in turn is added to the EchoInstance using addWindow(). If I set the action listener as either the EchoInstance or the new window itself, the actionPerformed method is never triggered when the time runs out on the timer. (I tested this even with times b/w 200 millseconds and 20000 ms). I have tried this with both Explorer (6.0) and Navigator 7.0. Any ideas? |