Hi Shall we make the "open project" dialog half of the screen size? , i think it would be more user friendly. now is too small
In Line 445, ide/projectui/src/org/netbeans/modules/project/ui/ProjectChooserAccessory.java Dimension screenSize = Toolkit.getDefaultToolkit().getScreenSize(); double width = screenSize.getWidth(); double height = screenSize.getHeight(); chooser.setPreferredSize(new Dimension((int)width/2, (int)height/2)); this will help Thanks >From Peter
