Hello All, I am trying to get the following code to compile and run, I am getting an error message:
Here is the code:
Dan Grindstaff
Ranch Hand
Joined: Sep 24, 2006
Posts: 75
posted
0
OK, I figured out what was causing the problem, but now I would like to make a third JOptionpane that asks "would you like to try again?". The program should not end until the user selects 'no'.
And I think this thread would sit better on the Swing forum. Moving.
Dan Grindstaff
Ranch Hand
Joined: Sep 24, 2006
Posts: 75
posted
0
Thanks, all for your help. I am still wondering how to get a JOptionpane to persist. I want there to be a 'master' JOptionpane that asks something like 'would you like to try again?' and if no exit program. TIA.