Of course, these dialogs can simply be resized at any time by the user.

Gj

On Sun, Dec 30, 2018 at 1:23 PM Peter Nabbefeld <peter.nabbef...@gmx.de>
wrote:

> IMHO, the width is nearly sufficient (the "right part" showing the
> sub-projects could be a bit bigger, however), but the height should be
> increased - half the screen size would be nice, or even a bit more.
>
> Kind regards
>
> Peter
>
>
> Am 30.12.18 um 12:25 schrieb Peter Cheung:
> > 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
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@netbeans.incubator.apache.org
> For additional commands, e-mail: dev-h...@netbeans.incubator.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>
>
>

Reply via email to