This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

View | Details | Raw Unified | Return to bug 82181
Collapse All | Expand All

(-)src/org/netbeans/modules/ant/freeform/ui/ProjectCustomizer.java (-1 / +2 lines)
Lines 316-322 Link Here
316
        String ICON_FOLDER = "org/netbeans/modules/ant/freeform/resources/"; // NOI18N
316
        String ICON_FOLDER = "org/netbeans/modules/ant/freeform/resources/"; // NOI18N
317
        
317
        
318
        List<ConfigurationDescription> l = new ArrayList<ConfigurationDescription>();
318
        List<ConfigurationDescription> l = new ArrayList<ConfigurationDescription>();
319
        for (ProjectPropertiesPanel panel : getProjectCustomizerPanels()) {
319
        panels = getProjectCustomizerPanels();
320
        for (ProjectPropertiesPanel panel : panels) {
320
            ConfigurationDescription cd = new ConfigurationDescription(
321
            ConfigurationDescription cd = new ConfigurationDescription(
321
                panel.getDisplayName(),
322
                panel.getDisplayName(),
322
                panel.getDisplayName(),
323
                panel.getDisplayName(),

Return to bug 82181