aspose file tools
The moose likes Swing / AWT / SWT and the fly likes timer class doesn't invoke actionperformed Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "timer class doesn Watch "timer class doesn New topic
Author

timer class doesn't invoke actionperformed

Anonymous
Ranch Hand

Joined: Nov 22, 2008
Posts: 18944
timer class doesn't invoke actionperformed even i started the timer can you give one small eg. for timer class to make use of it. It needs to me urgently to my project work.
Matt Senecal
Ranch Hand

Joined: Dec 01, 2000
Posts: 255
I can't tell from your post if you're using a custom class that extends Timer or if you're just creating one on the fly. This is a timer I used for a project some time ago that worked:

Hope it helps!


There's nothing more dangerous than a resourceful idiot. ---Dilbert
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: timer class doesn't invoke actionperformed
 
Similar Threads
Callback functions.
Applet timer
how to invoke another internalframe to another internalframe
midlet call midlet in a same midlet suit
Help needed with java.util.Timer