Package jmt.framework.gui.components

Examples of jmt.framework.gui.components.QuickHTMLViewer.centerWindow()


   * @param title title of the window
   */
  private void showDescrWin(URL url, String title) {
    if (url != null) {
      QuickHTMLViewer qhv = new QuickHTMLViewer(url, title);
      qhv.centerWindow(730, 480);
      qhv.setVisible(true);
      qhv.setIconImage(getIconImage());
    }
  }

View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.