netbeans.org is behind firewall, using runsocks wrapper... Index: src/org/netbeans/modules/project/ui/actions/NewProject.java =================================================================== RCS file: /cvs/projects/projectui/src/org/netbeans/modules/project/ui/actions/NewProject.java,v retrieving revision 1.17 retrieving revision 1.18 diff -u -b -r1.17 -r1.18 --- src/org/netbeans/modules/project/ui/actions/NewProject.java 23 Mar 2005 15:54:02 -0000 1.17 +++ src/org/netbeans/modules/project/ui/actions/NewProject.java 2 May 2005 11:27:49 -0000 1.18 @@ -82,7 +82,8 @@ wizard.putProperty( "PRESELECT_CATEGORY", null ); wizard.putProperty( "PRESELECT_TEMPLATE", null ); } - + // generic way to pass down action values to wizard properties + wizard.putProperty("javax.swing.Action", this); // NOI18N try {