Hi.. i have a small doubt in Java and was wondering if you could help me..
I need to set a timer for my desktop GUI application... after the timer expires it should give a message saying that time is up!
How can i do this?? i've googled it.. and i need to use "timer", but timer is for invoking something after a delay... so.. what should i do??
I need to set a timer for my desktop GUI application... after the timer expires it should give a message saying that time is up!
How can i do this?? i've googled it.. and i need to use "timer", but timer is for invoking something after a delay... so.. what should i do??
Comment