Created
April 12, 2012 11:11
-
-
Save axelhzf/2366575 to your computer and use it in GitHub Desktop.
Java sleep
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
try{ | |
Thread.sleep(1000);//sleep for 1000 ms | |
}catch(ItrerruptedException ie){} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment