Package captureplugin.drivers.defaultdriver.configpanels

Examples of captureplugin.drivers.defaultdriver.configpanels.ApplicationPanel


        panel.add(namePanel, BorderLayout.NORTH);
       
       
        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));
View Full Code Here

TOP

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

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.