![]() |
Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
I want to make my program pause for a second, how do I do that? Something to do with thread.sleep or something isn't it? Yes, you're right. A good place to look for information like this is the API documentation for the JDK you're using. For Sun's JDK 1.3, the API documentation is here. For Sun's JDK 1.2, the API documentation is here.
Replies: |
Sponsored Links
|