Tuesday, 10 February 2009

MessageDialog

Might be simple, but I am bound to forget - how to create a message box in java:

import javax.swing.JOptionPane;
JOptionPane.showMessageDialog(null, "My Message.");

No comments:

Post a Comment