Twin Posted March 6, 2015 Posted March 6, 2015 Right now I have JOptionPane.showInputDialog burt that's yelling at me telling me I can't use a string for it. Is there something similar but with ints?
Twin Posted March 6, 2015 Author Posted March 6, 2015 parse the string as an integer I was thinking about doing that but I can't remember my reasoning for not lol. Will try this, thanks! parse the string as an integer Worked! Thank you!