Package net.datacrow.console.windows.settings

Examples of net.datacrow.console.windows.settings.SettingsView$NodeSelectedAction


    /**
     * Opens the settings view.
     */
    public static SettingsView getView() {
        SettingsView view = new SettingsView(DcResources.getText("lblDataCrowSettings"),
                                             applicationSettings.getSettings());
       
        ImageIcon icon = new DcImageIcon(DataCrow.installationDir + "icons/logo.jpg");
        view.setDisclaimer(icon);

        view.setSize(new Dimension(875, 470));
        view.setCenteredLocation();
        return view;
   
View Full Code Here

TOP

Related Classes of net.datacrow.console.windows.settings.SettingsView$NodeSelectedAction

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.