Package net.sourceforge.cruisecontrol.gui.panels.configuration

Examples of net.sourceforge.cruisecontrol.gui.panels.configuration.PreferencesPanel


       
        new XMLResourceBuilder(resourceMgr, "server_resources.xml").populateResources();
    }
   
    public void viewPreferences() {
        new PreferencesPanel().showDialog( (JFrame) SwingUtilities.getRoot(this), "Edit Preferences" );
       
        SystemStartup.buildWindow();
    }
View Full Code Here

TOP

Related Classes of net.sourceforge.cruisecontrol.gui.panels.configuration.PreferencesPanel

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.