Package org.moltools.apps.probemaker.swingui

Examples of org.moltools.apps.probemaker.swingui.SettingsPanel


    //Tag pane
    tagPane = new TagSetupPanel(platform,this);
    probeMaker.addProjectListener(tagPane);
       
    //Settings pane   
    settingsPane = new SettingsPanel(this, paramFileChooser);
    platform.getPlugInManager().addListener(settingsPane);
    settingsPane.plugInsChanged(platform.getPlugInManager());
    probeMaker.addProjectListener(settingsPane);     
   
    //Probe table and panes
View Full Code Here

TOP

Related Classes of org.moltools.apps.probemaker.swingui.SettingsPanel

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.