Package net.sourceforge.processdash.ui.lib

Examples of net.sourceforge.processdash.ui.lib.FileSelectionField$DeletableMenuItem


            configPanel = buildConfigPanel();
        return configPanel;
    }

    private Component buildConfigPanel() {
        baseDirSelector = new FileSelectionField(LOCDiffDialog.PREFS,
                "recentSvnDirectories", JFileChooser.DIRECTORIES_ONLY,
                resources.getString("Browse"));

        showLocalMods = new JCheckBox(getRes("Local_Mods"), true);
        CheckBoxCoordinator coord = new CheckBoxCoordinator();
View Full Code Here

TOP

Related Classes of net.sourceforge.processdash.ui.lib.FileSelectionField$DeletableMenuItem

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.