Package net.sourceforge.marathon.mpf

Examples of net.sourceforge.marathon.mpf.MainPanel


import net.sourceforge.marathon.mpf.NamingStrategyPanel;
import net.sourceforge.marathon.util.ArgumentProcessor;

public class RuntimeLauncherModel implements IRuntimeLauncherModel {
    public ISubPropertiesPanel[] getSubPanels(JDialog parent) {
        return new ISubPropertiesPanel[] { new MainPanel(parent), new ClassPathPanel(parent), new NamingStrategyPanel(parent) };
    }
View Full Code Here

TOP

Related Classes of net.sourceforge.marathon.mpf.MainPanel

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.