Input using JOptionPane

From CompSciWiki
Revision as of 20:49, 3 March 2007 by Umhalle1 (Talk | contribs)

Jump to: navigation, search

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.