Skip to content

Instantly share code, notes, and snippets.

@axelhzf
Created April 12, 2012 11:11
Show Gist options
  • Save axelhzf/2366575 to your computer and use it in GitHub Desktop.
Save axelhzf/2366575 to your computer and use it in GitHub Desktop.
Java sleep
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