All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.ibm.as400.ui.framework.java.MessageBoxDialog
public MessageBoxDialog()
public static void showMessageDialog(Component parent, String msg, String title, int type)
Frame
in which the dialog is displayed.
If null, or if the parent component has no Frame
, a default Frame
is used.
JOptionPane.ERROR_MESSAGE, JOptionPane.INFORMATION_MESSAGE, JOptionPane.WARNING_MESSAGE,
JOptionPane.QUESTION_MESSAGE,
or JOptionPane.PLAIN_MESSAGE
.
All Packages Class Hierarchy This Package Previous Next Index