Class CustomableMessageDialog

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class CustomableMessageDialog extends JOptionPane
See Also:
  • Field Details

    • ERROR_DIALOG_TITLE

      protected static final String ERROR_DIALOG_TITLE
    • WARNING_DIALOG_TITLE

      protected static final String WARNING_DIALOG_TITLE
    • INFO_DIALOG_TITLE

      protected static final String INFO_DIALOG_TITLE
    • _appname

      protected static String _appname
  • Constructor Details

    • CustomableMessageDialog

      public CustomableMessageDialog()
  • Method Details

    • showError

      public static void showError(Component content)
    • getApplicationName

      public static String getApplicationName()
    • setApplicationName

      public static void setApplicationName(String s)
    • getOwnerComponent

      public static Component getOwnerComponent()
    • setOwnerComponent

      public static void setOwnerComponent(Component c)
    • showError

      public static void showError(String msg)
    • showError

      public static void showError(Component parent, String msg)
    • showWarning

      public static void showWarning(String msg)
    • showWarning

      public static void showWarning(Component parent, String msg)
    • showMessage

      public static void showMessage(String msg)
    • showMessage

      public static void showMessage(Component parent, String msg)
    • showConfirm

      public static int showConfirm(String msg, int optionType)
    • showConfirm

      public static int showConfirm(Component parent, String msg, int optionType)
    • showError

      public static void showError(Exception e)
    • showError

      public static void showError(Component parent, Exception e)
    • getMessage

      public static String getMessage(Exception e)
    • prepare

      protected static void prepare()
    • cleanup

      protected static void cleanup()