Package de.hpi.eworld.core.ui.panel

Examples of de.hpi.eworld.core.ui.panel.AboutPanel


   *            Parent widget
   */
  public AboutDialog(final Frame owner) {
    super(owner,"About eWorld",true);
    this.owner = owner;
    aboutPanel = new AboutPanel(this);
    this.add(aboutPanel);

    /*
     * http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4511106 First Call
     * To JWindow.pack() gives inconsistent size(height rtns one Pixel less)
View Full Code Here

TOP

Related Classes of de.hpi.eworld.core.ui.panel.AboutPanel

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.