Class AboutDialog


  • public class AboutDialog
    extends java.lang.Object
    Simple about box
    • Constructor Summary

      Constructors 
      Constructor Description
      AboutDialog​(javax.swing.JFrame parentFrame)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void setIcon​(javax.swing.ImageIcon imageIcon)  
      void setText​(java.lang.String title, java.lang.String product, java.lang.String extra)  
      void show()  
      • Methods inherited from class java.lang.Object

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

      • AboutDialog

        public AboutDialog​(javax.swing.JFrame parentFrame)
    • Method Detail

      • setIcon

        public void setIcon​(javax.swing.ImageIcon imageIcon)
      • setText

        public void setText​(java.lang.String title,
                            java.lang.String product,
                            java.lang.String extra)
      • show

        public void show()