Computer Science Canada
JOptionPane Help
Author:
StarGateSG-1
[ Fri Jan 14, 2005 9:36 pm ]
Post subject:
JOptionPane Help
code:
JOptionPane.showMessageDialog (null, "Computer Difficulty set to Hard", "Difficulty", JOptionPane.INFORMATION_MESSAGE);
computerspeed = 50;
I am looking for a way to freeze the game while this Message box opens.