Use the following


String inputValue = JOptionPane.showInputDialog("Please input a value");

and pasrse the input if you want any int or any other type

you can also use System.in.read() as...