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 58489
Collapse All | Expand All

(-)src/org/netbeans/modules/project/ui/actions/NewProject.java (-1 / +2 lines)
Lines 82-88 Link Here
82
            wizard.putProperty( "PRESELECT_CATEGORY", null ); 
82
            wizard.putProperty( "PRESELECT_CATEGORY", null ); 
83
            wizard.putProperty( "PRESELECT_TEMPLATE", null ); 
83
            wizard.putProperty( "PRESELECT_TEMPLATE", null ); 
84
        }
84
        }
85
85
        // generic way to pass down action values to wizard properties
86
        wizard.putProperty("javax.swing.Action", this);  //  NOI18N
86
        
87
        
87
        try {
88
        try {
88
                        
89
                        

Return to bug 58489