Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Is there a simple messagebox functi

Status
Not open for further replies.

redss

Programmer
Oct 20, 2002
195
Is there a simple messagebox function available in Java?

Something like VB's msgbox() or C#'s Messagebox function...
 
Sure,there is the JOptionPane and it has a lot of static methods.
Eg
JOptionPane.showMessageDialog(null,"My Messagebox...");

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top