A message dialog box is a simple window that displays information. A message dialog box can be created with a call to the showMessageDialog(Component, Object) method of JOptionPane class.
The following statement creates a message box:
JOptionPane.showMessageDialog(null, "I am happy.");
Source: java-tips.org
Friday, April 02, 2010
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment