Package net.sf.mzmine.desktop.impl

Examples of net.sf.mzmine.desktop.impl.MainWindow.initModule()


        public void run() {

          logger.fine("Initializing GUI");
          MainWindow mainWindow = new MainWindow();
          desktop = mainWindow;
          mainWindow.initModule();

          // Activate project - bind it to the desktop's project tree
          MZmineProjectImpl currentProject = (MZmineProjectImpl) projectManager
              .getCurrentProject();
          currentProject.activateProject();
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.