Package tvbrowser.ui.aboutbox

Examples of tvbrowser.ui.aboutbox.AboutBox


  /**
   * Shows the about box
   */
  public void showAboutBox() {
    AboutBox box = new AboutBox(this);
    box.setSize(500, 580);
    UiUtilities.centerAndShow(box);
    box.dispose();
  }
View Full Code Here

TOP

Related Classes of tvbrowser.ui.aboutbox.AboutBox

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.