I've always through those New and Open dialogs were too large..

Gj

On Sun, Dec 30, 2018 at 12:26 PM Peter Cheung <[email protected]> wrote:

> 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
>

Reply via email to