Class DialogExtensions


  • public class DialogExtensions
    extends java.lang.Object
    The class DialogExtensions provides methods for show dialogs.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void showExceptionDialog​(java.lang.Exception exception, java.awt.Component parentComponent, java.lang.String... additionalMessages)
      Show exception dialog.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DialogExtensions

        public DialogExtensions()
    • Method Detail

      • showExceptionDialog

        public static void showExceptionDialog​(java.lang.Exception exception,
                                               java.awt.Component parentComponent,
                                               java.lang.String... additionalMessages)
        Show exception dialog.
        Parameters:
        exception - the exception
        parentComponent - determines the Frame in which the dialog is displayed; if null, or if the parentComponent has no Frame, a default Frame is used
        additionalMessages - the additional messages