Here's what you would need from JOptionPane:
JOptionPane (Java Platform SE 7 )

Note, that the showInputDialog is static and called with the class name and also returns a String so you'll have...