The Artima Developer Community
Sponsored Link

Java Answers Forum
how to use timer?

4 replies on 1 page. Most recent reply: Aug 2, 2003 2:55 AM by KevinT

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 4 replies on 1 page
KevinT

Posts: 24
Nickname: metzedler
Registered: Jun, 2003

how to use timer? Posted: Jul 16, 2003 5:14 AM
Reply to this message Reply
Advertisement
Hi everybody, could anybody show me how to make a timer run concurrently as the program still waiting for respone.
if we press the key before the end time, then timer stop.
if time is up but no respone then do sth else.
i want this to run is console windos.
thank in advance


devendra

Posts: 3
Nickname: dev257
Registered: Jun, 2003

Re: how to use timer? Posted: Jul 23, 2003 5:18 AM
Reply to this message Reply
use the Timer and TimerGroup class in java.util package

KevinT

Posts: 24
Nickname: metzedler
Registered: Jun, 2003

Re: how to use timer? Posted: Jul 27, 2003 5:40 AM
Reply to this message Reply
Well, would you be kind enough to show me more details about it? actually I'm a newbie, thanks anyway.

KR F

Posts: 10
Nickname: kr
Registered: Jul, 2003

Re: how to use timer? Posted: Jul 29, 2003 1:06 AM
Reply to this message Reply
This should to help you
http://java.sun.com/docs/books/tutorial/essential/threads/timer.html

Lesson on interfaces and packages
http://java.sun.com/docs/books/tutorial/java/interpack/index.html

In the meantime, if you are new to Java, you should read Sun's tutorial until you have a better grasp.
http://java.sun.com/docs/books/tutorial/index.html

KevinT

Posts: 24
Nickname: metzedler
Registered: Jun, 2003

Re: how to use timer? Posted: Aug 2, 2003 2:55 AM
Reply to this message Reply
Thanks alot, I will to find out soon :-)

Flat View: This topic has 4 replies on 1 page
Topic: Someone help plz Previous Topic   Next Topic Topic: Applets

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use