Class DialogFactory


  • public class DialogFactory
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      DialogFactory()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void centerDialog​(java.awt.Frame parent, javax.swing.JDialog dialog)  
      static javax.swing.JDialog getJDialogInstance​(java.awt.Frame owner, java.lang.String title, boolean modal, JAbsrtactDialogPanel content, java.lang.String imagePath)  
      • Methods inherited from class java.lang.Object

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

      • DialogFactory

        public DialogFactory()
    • Method Detail

      • getJDialogInstance

        public static javax.swing.JDialog getJDialogInstance​(java.awt.Frame owner,
                                                             java.lang.String title,
                                                             boolean modal,
                                                             JAbsrtactDialogPanel content,
                                                             java.lang.String imagePath)
      • centerDialog

        public static void centerDialog​(java.awt.Frame parent,
                                        javax.swing.JDialog dialog)