On exit button of my game
I used
System.runFinalizersOnExit(true);
System.exit(0);
I have also tried only
finish();
on game exit but its not working the game exits and restarts again. Can any one help me with this problem what is the solution?