Input using JOptionPane

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

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.