Package org.nebulaframework.ui.swing

Examples of org.nebulaframework.ui.swing.AboutDialog


  /**
   * Displays About Dialog
   */
  protected void showAbout() {
    try {
      new AboutDialog(this);
    } catch (Exception e) {
      log.error(e);
      JOptionPane.showMessageDialog(this, "Unable to display About dialog");
    }
  }
View Full Code Here


  /**
   * Displays About Dialog Box
   */
  protected void showAbout() {
    new AboutDialog(this);
  }
View Full Code Here

TOP

Related Classes of org.nebulaframework.ui.swing.AboutDialog

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.