Tuesday, May 26, 2009

Create Messagebox / popup for Java

//Assuming that the current object is a JFrame:

JOptionPane.showMessageDialog(this, "Some Message");

No comments:

Post a Comment