Difference between revisions of "Input using JOptionPane"

From CompSciWiki
Jump to: navigation, search
 
Line 1: Line 1:
=Input using JOptionPane=
 
 
JOptionPane gives you the ability to create dialogs. A dialog is a window that pops up and either displays a message or requests input from the user. This section will show you how to use JOptionPane to get input from a user.
 
JOptionPane gives you the ability to create dialogs. A dialog is a window that pops up and either displays a message or requests input from the user. This section will show you how to use JOptionPane to get input from a user.

Revision as of 20:49, 3 March 2007

JOptionPane gives you the ability to create dialogs. A dialog is a window that pops up and either displays a message or requests input from the user. This section will show you how to use JOptionPane to get input from a user.