Prompt a user to enter his or her information using the JOptionPane.showInputDialog() method. Be sure to first import the class:
====
import javax.swing.JOptionPane;
====
Please visit [ http://www.tigertutorials.com ] for more java and website tutorials!