Package de.hpi.eworld.core.ui

Examples of de.hpi.eworld.core.ui.MainWindow


  /**
   * @see org.java.plugin.boot.Application#startApplication()
   */
  public void startApplication() {
    MainWindow frame = MainWindow.getInstance();

    this.loadGUIProviderExtensions();
    this.loadMenuProviderExtensions();
    this.loadDockWidgetProviderExtensions();
    this.loadPersistenceProviderExtensions();
   
    frame.setVisible(true);

    MainWindow.getInstance().loadLastMenuItems();
    frame.setVisible(true);
   
    /* hide jpf's loading screen.
     * seems to be a bug of the current jpf version: although the default
     * of jpf's behaviour should be to automatically close it after the boot
     * process has finished, it does not. even if set manually in the jpf preferences
View Full Code Here

TOP

Related Classes of de.hpi.eworld.core.ui.MainWindow

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.