I'd see this as a matter of convenience, too, but as screen resolution
increases, fixed-size boxes become smaller, so IMHO it's not a bad idea
to depend on screen size.
P.
Am 30.12.18 um 13:26 schrieb Geertjan Wielenga:
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 <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists