Package captureplugin.drivers.defaultdriver.configpanels

Examples of captureplugin.drivers.defaultdriver.configpanels.ParameterPanel


       
       
        mTab = new JTabbedPane();
       
        mTab.add(mLocalizer.msg("Application", "Application"), new ApplicationPanel(mConfig));
        mTab.add(mLocalizer.msg("Parameter", "Parameter"), new ParameterPanel(this, mConfig));
        mTab.add(Localizer.getLocalization(Localizer.I18N_CHANNELS), new ChannelPanel(mConfig));
        mTab.add(mLocalizer.msg("Variables", "Variables"), new VariablePanel(mConfig));
       
        JScrollPane scrollPane = new JScrollPane(new SettingsPanel(mConfig));
        scrollPane.setBorder(null);
View Full Code Here

TOP

Related Classes of captureplugin.drivers.defaultdriver.configpanels.ParameterPanel

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.