I am creating a simple java game and cannot figure out the "pause" method. I have everything set up just need the hard code for this method. I've searched these forums and the web and just found code like "Thread.sleep(1000);" but that doesn't do anything and asks for a try-catch statement.
private void pause() {
????
}