Package com.jme3.awt

Class AWTErrorDialog

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class AWTErrorDialog extends JDialog
Simple dialog for displaying error messages,
Author:
kwando
See Also:
  • Field Details

    • DEFAULT_TITLE

      public static String DEFAULT_TITLE
    • PADDING

      public static int PADDING
  • Constructor Details

    • AWTErrorDialog

      protected AWTErrorDialog(String message, String title)
      Create a new Dialog with a title and a message.
      Parameters:
      message - the message to display
      title - the title to display
    • AWTErrorDialog

      protected AWTErrorDialog(String message)
  • Method Details

    • showDialog

      public static void showDialog(String message)
      Show a dialog with the provided message.
      Parameters:
      message - the message to display