Java Impor Joptionpane

import javax.swing.*;  

public class JOPtionPaneTest {
 	public static void main(String [] args){
     	 String guess = JOptionPane.showInputDialog(null, "User input:");
    }
}
takemetothelakeswhereallthepoetswenttodie