Hi I'm making a game and i need a text box to appear.
My "person" moves around the map and every time it touches an actor, I would like a question and a text box to appear.
I am not that familiar with the JOption. How would I do this?
Thanks


1 | String guess = javax.swing.JOptionPane.showInputDialog( "3x+7=16" ); |