Field ERROR_MESSAGE
Field type: int
Member of: javax.swing.JOptionPane
[api documentation ] [ main menu]

Examples of how the element is used (one line per example):
[add your own example]

1 JOptionPane.ERROR_MESSAGE);
2 JOptionPane.ERROR_MESSAGE);
3 JOptionPane.showMessageDialog(this, t, "Exception", JOptionPane.ERROR_MESSAGE);
4 JOptionPane.ERROR_MESSAGE);
5 OptionPane.ERROR_MESSAGE,
6 JOptionPane.showMessageDialog(this,"This program ain't quite done yet:\n"+msg,"Oops...",JOptionPane.ERROR_MESSAGE);
7 JOptionPane.ERROR_MESSAGE);
8 JOptionPane.showMessageDialog(this, e.toString(), "Field Error", JOptionPane.ERROR_MESSAGE);
9 JOptionPane.showMessageDialog(this, "Invalid date format", "I don't understand your date format.", JOptionPane.ERROR_MESSAGE);
10 showMessageDialog(parent, msg, title, JOptionPane.ERROR_MESSAGE);
11 JOptionPane.showMessageDialog(getFrame(), msg, "Moses - Error", JOptionPane.ERROR_MESSAGE);
12 JOptionPane.ERROR_MESSAGE);
13 JOptionPane.ERROR_MESSAGE );
14 JOptionPane.ERROR_MESSAGE );
15 JOptionPane.showMessageDialog(thrower, e, "Error", JOptionPane.ERROR_MESSAGE);
16 Resources.TITLE_ERROR, JOptionPane.ERROR_MESSAGE);
17 JOptionPane.ERROR_MESSAGE);
18 JOptionPane.showMessageDialog(this, "IO Error attempting to refresh", "Error", JOptionPane.ERROR_MESSAGE);
19 JOptionPane.ERROR_MESSAGE);
20 JOptionPane.showMessageDialog(this, "Passwort oder Bestätigung zu kurz!", "Fehler!", JOptionPane.ERROR_MESSAGE);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.