You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@netbeans.apache.org by Peter Cheung <mc...@hotmail.com> on 2018/12/30 11:25:54 UTC

Shall we make the "open project" dialog half of the screen size

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

Re: Shall we make the "open project" dialog half of the screen size

Posted by Carl Mosca <ca...@gmail.com>.
Yes.

On Sun, Dec 30, 2018 at 12:15 PM Peter Cheung <mc...@hotmail.com> wrote:

> If every dialog and window can remember its last size, then it is super
> perfect.
>
>
> Thanks
> From Peter
> ________________________________
> From: Luff,Chris <Ch...@Cerner.com.INVALID>
> Sent: Monday, December 31, 2018 1:13 AM
> To: dev@netbeans.incubator.apache.org
> Cc: Geertjan Wielenga
> Subject: Re: Shall we make the "open project" dialog half of the screen
> size
>
> If the demand were great enough I would +1 model window size and position
> storage, but it’s not top of my list.
>
> > On 30 Dec 2018, at 17:08, Scott Palmer <sw...@gmail.com> wrote:
> >
> > Maybe remember the last size the user had it at? Then they resize once
> and next time it’s how they like it.
> >
> > Scott
> >
> >> On Dec 30, 2018, at 9:57 AM, Peter Cheung <mc...@hotmail.com>
> wrote:
> >>
> >> Thanks GJ, I do it tmr
> >>
> >>
> >> Thanks
> >> From Peter
> >> ________________________________
> >> From: Geertjan Wielenga <ge...@googlemail.com.INVALID>
> >> Sent: Sunday, December 30, 2018 9:13 PM
> >> To: dev
> >> Subject: Re: Shall we make the "open project" dialog half of the screen
> size
> >>
> >> Here you can provide a pull request:
> >>
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Fincubator-netbeans%2Fpulls&amp;data=02%7C01%7CChris.Luff%40cerner.com%7C7179806208e2442d912708d66e797a09%7Cfbc493a80d244454a815f4ca58e8c09d%7C0%7C0%7C636817865356439796&amp;sdata=zOUxmazAiq9wKVBh0ub4UpFP4uwrTPwmRyRG9vj6go8%3D&amp;reserved=0
> >>
> >> Gj
> >>
> >>> On Sun, Dec 30, 2018 at 1:46 PM Peter Cheung <mc...@hotmail.com>
> wrote:
> >>>
> >>> how can i submit change request with my modified code?
> >>>
> >>> Thanks
> >>> From Peter
> >>>
> >>> ________________________________
> >>> From: Peter Cheung <mc...@hotmail.com>
> >>> Sent: Sunday, December 30, 2018 8:44:03 PM
> >>> To: dev@netbeans.incubator.apache.org
> >>> Subject: Re: Shall we make the "open project" dialog half of the screen
> >>> size
> >>>
> >>> honestly, the default size in my 27 mac and 15 mac book make me dont
> want
> >>> to kick on it. Please make it larger by default, related to screen
> size pls.
> >>>
> >>> Thanks
> >>> From Peter
> >>>
> >>> ________________________________
> >>> From: Geertjan Wielenga <ge...@googlemail.com.INVALID>
> >>> Sent: Sunday, December 30, 2018 8:26:22 PM
> >>> To: dev
> >>> Subject: Re: Shall we make the "open project" dialog half of the screen
> >>> size
> >>>
> >>> 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.nabbefeld@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-unsubscribe@netbeans.incubator.apache.org
> >>>> For additional commands, e-mail:
> dev-help@netbeans.incubator.apache.org
> >>>>
> >>>> For further information about the NetBeans mailing lists, visit:
> >>>>
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FNETBEANS%2FMailing%2Blists&amp;data=02%7C01%7CChris.Luff%40cerner.com%7C7179806208e2442d912708d66e797a09%7Cfbc493a80d244454a815f4ca58e8c09d%7C0%7C0%7C636817865356439796&amp;sdata=YmRPnZ1pMu3EHilXR2GrosIroepaWF%2FUQRRThVyMhJU%3D&amp;reserved=0
> >>>>
> >>>>
> >>>>
> >>>>
> >>>
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@netbeans.incubator.apache.org
> > For additional commands, e-mail: dev-help@netbeans.incubator.apache.org
> >
> > For further information about the NetBeans mailing lists, visit:
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FNETBEANS%2FMailing%2Blists&amp;data=02%7C01%7CChris.Luff%40cerner.com%7C7179806208e2442d912708d66e797a09%7Cfbc493a80d244454a815f4ca58e8c09d%7C0%7C0%7C636817865356439796&amp;sdata=YmRPnZ1pMu3EHilXR2GrosIroepaWF%2FUQRRThVyMhJU%3D&amp;reserved=0
> >
> >
> >
>
>
>
> CONFIDENTIALITY NOTICE This message and any included attachments are from
> Cerner Corporation and are intended only for the addressee. The information
> contained in this message is confidential and may constitute inside or
> non-public information under international, federal, or state securities
> laws. Unauthorized forwarding, printing, copying, distribution, or use of
> such information is strictly prohibited and may be unlawful. If you are not
> the addressee, please promptly delete this message and notify the sender of
> the delivery error by e-mail or you may call Cerner's corporate offices in
> Kansas City, Missouri, U.S.A at (+1) (816)221-1024. Cerner Limited,
> Registered in England no 2519305, Registered Office 37 North Wharf Road,
> London W2 1AF.
>


-- 
Carl J. Mosca

Re: Shall we make the "open project" dialog half of the screen size

Posted by Peter Cheung <mc...@hotmail.com>.
If every dialog and window can remember its last size, then it is super perfect.


Thanks
From Peter
________________________________
From: Luff,Chris <Ch...@Cerner.com.INVALID>
Sent: Monday, December 31, 2018 1:13 AM
To: dev@netbeans.incubator.apache.org
Cc: Geertjan Wielenga
Subject: Re: Shall we make the "open project" dialog half of the screen size

If the demand were great enough I would +1 model window size and position storage, but it’s not top of my list.

> On 30 Dec 2018, at 17:08, Scott Palmer <sw...@gmail.com> wrote:
>
> Maybe remember the last size the user had it at? Then they resize once and next time it’s how they like it.
>
> Scott
>
>> On Dec 30, 2018, at 9:57 AM, Peter Cheung <mc...@hotmail.com> wrote:
>>
>> Thanks GJ, I do it tmr
>>
>>
>> Thanks
>> From Peter
>> ________________________________
>> From: Geertjan Wielenga <ge...@googlemail.com.INVALID>
>> Sent: Sunday, December 30, 2018 9:13 PM
>> To: dev
>> Subject: Re: Shall we make the "open project" dialog half of the screen size
>>
>> Here you can provide a pull request:
>> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Fincubator-netbeans%2Fpulls&amp;data=02%7C01%7CChris.Luff%40cerner.com%7C7179806208e2442d912708d66e797a09%7Cfbc493a80d244454a815f4ca58e8c09d%7C0%7C0%7C636817865356439796&amp;sdata=zOUxmazAiq9wKVBh0ub4UpFP4uwrTPwmRyRG9vj6go8%3D&amp;reserved=0
>>
>> Gj
>>
>>> On Sun, Dec 30, 2018 at 1:46 PM Peter Cheung <mc...@hotmail.com> wrote:
>>>
>>> how can i submit change request with my modified code?
>>>
>>> Thanks
>>> From Peter
>>>
>>> ________________________________
>>> From: Peter Cheung <mc...@hotmail.com>
>>> Sent: Sunday, December 30, 2018 8:44:03 PM
>>> To: dev@netbeans.incubator.apache.org
>>> Subject: Re: Shall we make the "open project" dialog half of the screen
>>> size
>>>
>>> honestly, the default size in my 27 mac and 15 mac book make me dont want
>>> to kick on it. Please make it larger by default, related to screen size pls.
>>>
>>> Thanks
>>> From Peter
>>>
>>> ________________________________
>>> From: Geertjan Wielenga <ge...@googlemail.com.INVALID>
>>> Sent: Sunday, December 30, 2018 8:26:22 PM
>>> To: dev
>>> Subject: Re: Shall we make the "open project" dialog half of the screen
>>> size
>>>
>>> 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 <pe...@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-unsubscribe@netbeans.incubator.apache.org
>>>> For additional commands, e-mail: dev-help@netbeans.incubator.apache.org
>>>>
>>>> For further information about the NetBeans mailing lists, visit:
>>>> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FNETBEANS%2FMailing%2Blists&amp;data=02%7C01%7CChris.Luff%40cerner.com%7C7179806208e2442d912708d66e797a09%7Cfbc493a80d244454a815f4ca58e8c09d%7C0%7C0%7C636817865356439796&amp;sdata=YmRPnZ1pMu3EHilXR2GrosIroepaWF%2FUQRRThVyMhJU%3D&amp;reserved=0
>>>>
>>>>
>>>>
>>>>
>>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@netbeans.incubator.apache.org
> For additional commands, e-mail: dev-help@netbeans.incubator.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FNETBEANS%2FMailing%2Blists&amp;data=02%7C01%7CChris.Luff%40cerner.com%7C7179806208e2442d912708d66e797a09%7Cfbc493a80d244454a815f4ca58e8c09d%7C0%7C0%7C636817865356439796&amp;sdata=YmRPnZ1pMu3EHilXR2GrosIroepaWF%2FUQRRThVyMhJU%3D&amp;reserved=0
>
>
>



CONFIDENTIALITY NOTICE This message and any included attachments are from Cerner Corporation and are intended only for the addressee. The information contained in this message is confidential and may constitute inside or non-public information under international, federal, or state securities laws. Unauthorized forwarding, printing, copying, distribution, or use of such information is strictly prohibited and may be unlawful. If you are not the addressee, please promptly delete this message and notify the sender of the delivery error by e-mail or you may call Cerner's corporate offices in Kansas City, Missouri, U.S.A at (+1) (816)221-1024. Cerner Limited, Registered in England no 2519305, Registered Office 37 North Wharf Road, London W2 1AF.

Re: Shall we make the "open project" dialog half of the screen size

Posted by "Luff,Chris" <Ch...@Cerner.com.INVALID>.
If the demand were great enough I would +1 model window size and position storage, but it’s not top of my list.

> On 30 Dec 2018, at 17:08, Scott Palmer <sw...@gmail.com> wrote:
>
> Maybe remember the last size the user had it at? Then they resize once and next time it’s how they like it.
>
> Scott
>
>> On Dec 30, 2018, at 9:57 AM, Peter Cheung <mc...@hotmail.com> wrote:
>>
>> Thanks GJ, I do it tmr
>>
>>
>> Thanks
>> From Peter
>> ________________________________
>> From: Geertjan Wielenga <ge...@googlemail.com.INVALID>
>> Sent: Sunday, December 30, 2018 9:13 PM
>> To: dev
>> Subject: Re: Shall we make the "open project" dialog half of the screen size
>>
>> Here you can provide a pull request:
>> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Fincubator-netbeans%2Fpulls&amp;data=02%7C01%7CChris.Luff%40cerner.com%7C7179806208e2442d912708d66e797a09%7Cfbc493a80d244454a815f4ca58e8c09d%7C0%7C0%7C636817865356439796&amp;sdata=zOUxmazAiq9wKVBh0ub4UpFP4uwrTPwmRyRG9vj6go8%3D&amp;reserved=0
>>
>> Gj
>>
>>> On Sun, Dec 30, 2018 at 1:46 PM Peter Cheung <mc...@hotmail.com> wrote:
>>>
>>> how can i submit change request with my modified code?
>>>
>>> Thanks
>>> From Peter
>>>
>>> ________________________________
>>> From: Peter Cheung <mc...@hotmail.com>
>>> Sent: Sunday, December 30, 2018 8:44:03 PM
>>> To: dev@netbeans.incubator.apache.org
>>> Subject: Re: Shall we make the "open project" dialog half of the screen
>>> size
>>>
>>> honestly, the default size in my 27 mac and 15 mac book make me dont want
>>> to kick on it. Please make it larger by default, related to screen size pls.
>>>
>>> Thanks
>>> From Peter
>>>
>>> ________________________________
>>> From: Geertjan Wielenga <ge...@googlemail.com.INVALID>
>>> Sent: Sunday, December 30, 2018 8:26:22 PM
>>> To: dev
>>> Subject: Re: Shall we make the "open project" dialog half of the screen
>>> size
>>>
>>> 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 <pe...@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-unsubscribe@netbeans.incubator.apache.org
>>>> For additional commands, e-mail: dev-help@netbeans.incubator.apache.org
>>>>
>>>> For further information about the NetBeans mailing lists, visit:
>>>> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FNETBEANS%2FMailing%2Blists&amp;data=02%7C01%7CChris.Luff%40cerner.com%7C7179806208e2442d912708d66e797a09%7Cfbc493a80d244454a815f4ca58e8c09d%7C0%7C0%7C636817865356439796&amp;sdata=YmRPnZ1pMu3EHilXR2GrosIroepaWF%2FUQRRThVyMhJU%3D&amp;reserved=0
>>>>
>>>>
>>>>
>>>>
>>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@netbeans.incubator.apache.org
> For additional commands, e-mail: dev-help@netbeans.incubator.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FNETBEANS%2FMailing%2Blists&amp;data=02%7C01%7CChris.Luff%40cerner.com%7C7179806208e2442d912708d66e797a09%7Cfbc493a80d244454a815f4ca58e8c09d%7C0%7C0%7C636817865356439796&amp;sdata=YmRPnZ1pMu3EHilXR2GrosIroepaWF%2FUQRRThVyMhJU%3D&amp;reserved=0
>
>
>



CONFIDENTIALITY NOTICE This message and any included attachments are from Cerner Corporation and are intended only for the addressee. The information contained in this message is confidential and may constitute inside or non-public information under international, federal, or state securities laws. Unauthorized forwarding, printing, copying, distribution, or use of such information is strictly prohibited and may be unlawful. If you are not the addressee, please promptly delete this message and notify the sender of the delivery error by e-mail or you may call Cerner's corporate offices in Kansas City, Missouri, U.S.A at (+1) (816)221-1024. Cerner Limited, Registered in England no 2519305, Registered Office 37 North Wharf Road, London W2 1AF.

Re: Shall we make the "open project" dialog half of the screen size

Posted by Scott Palmer <sw...@gmail.com>.
Maybe remember the last size the user had it at? Then they resize once and next time it’s how they like it.

Scott

> On Dec 30, 2018, at 9:57 AM, Peter Cheung <mc...@hotmail.com> wrote:
> 
> Thanks GJ, I do it tmr
> 
> 
> Thanks
> From Peter
> ________________________________
> From: Geertjan Wielenga <ge...@googlemail.com.INVALID>
> Sent: Sunday, December 30, 2018 9:13 PM
> To: dev
> Subject: Re: Shall we make the "open project" dialog half of the screen size
> 
> Here you can provide a pull request:
> https://github.com/apache/incubator-netbeans/pulls
> 
> Gj
> 
>> On Sun, Dec 30, 2018 at 1:46 PM Peter Cheung <mc...@hotmail.com> wrote:
>> 
>> how can i submit change request with my modified code?
>> 
>> Thanks
>> From Peter
>> 
>> ________________________________
>> From: Peter Cheung <mc...@hotmail.com>
>> Sent: Sunday, December 30, 2018 8:44:03 PM
>> To: dev@netbeans.incubator.apache.org
>> Subject: Re: Shall we make the "open project" dialog half of the screen
>> size
>> 
>> honestly, the default size in my 27 mac and 15 mac book make me dont want
>> to kick on it. Please make it larger by default, related to screen size pls.
>> 
>> Thanks
>> From Peter
>> 
>> ________________________________
>> From: Geertjan Wielenga <ge...@googlemail.com.INVALID>
>> Sent: Sunday, December 30, 2018 8:26:22 PM
>> To: dev
>> Subject: Re: Shall we make the "open project" dialog half of the screen
>> size
>> 
>> 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 <pe...@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-unsubscribe@netbeans.incubator.apache.org
>>> For additional commands, e-mail: dev-help@netbeans.incubator.apache.org
>>> 
>>> For further information about the NetBeans mailing lists, visit:
>>> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>>> 
>>> 
>>> 
>>> 
>> 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@netbeans.incubator.apache.org
For additional commands, e-mail: dev-help@netbeans.incubator.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists




Re: Shall we make the "open project" dialog half of the screen size

Posted by Peter Cheung <mc...@hotmail.com>.
Thanks GJ, I do it tmr


Thanks
From Peter
________________________________
From: Geertjan Wielenga <ge...@googlemail.com.INVALID>
Sent: Sunday, December 30, 2018 9:13 PM
To: dev
Subject: Re: Shall we make the "open project" dialog half of the screen size

Here you can provide a pull request:
https://github.com/apache/incubator-netbeans/pulls

Gj

On Sun, Dec 30, 2018 at 1:46 PM Peter Cheung <mc...@hotmail.com> wrote:

> how can i submit change request with my modified code?
>
> Thanks
> From Peter
>
> ________________________________
> From: Peter Cheung <mc...@hotmail.com>
> Sent: Sunday, December 30, 2018 8:44:03 PM
> To: dev@netbeans.incubator.apache.org
> Subject: Re: Shall we make the "open project" dialog half of the screen
> size
>
> honestly, the default size in my 27 mac and 15 mac book make me dont want
> to kick on it. Please make it larger by default, related to screen size pls.
>
> Thanks
> From Peter
>
> ________________________________
> From: Geertjan Wielenga <ge...@googlemail.com.INVALID>
> Sent: Sunday, December 30, 2018 8:26:22 PM
> To: dev
> Subject: Re: Shall we make the "open project" dialog half of the screen
> size
>
> 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 <pe...@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-unsubscribe@netbeans.incubator.apache.org
> > For additional commands, e-mail: dev-help@netbeans.incubator.apache.org
> >
> > For further information about the NetBeans mailing lists, visit:
> > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
> >
> >
> >
> >
>

Re: Shall we make the "open project" dialog half of the screen size

Posted by Geertjan Wielenga <ge...@googlemail.com.INVALID>.
Here you can provide a pull request:
https://github.com/apache/incubator-netbeans/pulls

Gj

On Sun, Dec 30, 2018 at 1:46 PM Peter Cheung <mc...@hotmail.com> wrote:

> how can i submit change request with my modified code?
>
> Thanks
> From Peter
>
> ________________________________
> From: Peter Cheung <mc...@hotmail.com>
> Sent: Sunday, December 30, 2018 8:44:03 PM
> To: dev@netbeans.incubator.apache.org
> Subject: Re: Shall we make the "open project" dialog half of the screen
> size
>
> honestly, the default size in my 27 mac and 15 mac book make me dont want
> to kick on it. Please make it larger by default, related to screen size pls.
>
> Thanks
> From Peter
>
> ________________________________
> From: Geertjan Wielenga <ge...@googlemail.com.INVALID>
> Sent: Sunday, December 30, 2018 8:26:22 PM
> To: dev
> Subject: Re: Shall we make the "open project" dialog half of the screen
> size
>
> 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 <pe...@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-unsubscribe@netbeans.incubator.apache.org
> > For additional commands, e-mail: dev-help@netbeans.incubator.apache.org
> >
> > For further information about the NetBeans mailing lists, visit:
> > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
> >
> >
> >
> >
>

Re: Shall we make the "open project" dialog half of the screen size

Posted by Peter Cheung <mc...@hotmail.com>.
how can i submit change request with my modified code?

Thanks
From Peter

________________________________
From: Peter Cheung <mc...@hotmail.com>
Sent: Sunday, December 30, 2018 8:44:03 PM
To: dev@netbeans.incubator.apache.org
Subject: Re: Shall we make the "open project" dialog half of the screen size

honestly, the default size in my 27 mac and 15 mac book make me dont want to kick on it. Please make it larger by default, related to screen size pls.

Thanks
From Peter

________________________________
From: Geertjan Wielenga <ge...@googlemail.com.INVALID>
Sent: Sunday, December 30, 2018 8:26:22 PM
To: dev
Subject: Re: Shall we make the "open project" dialog half of the screen size

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 <pe...@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-unsubscribe@netbeans.incubator.apache.org
> For additional commands, e-mail: dev-help@netbeans.incubator.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>
>
>

Re: Shall we make the "open project" dialog half of the screen size

Posted by Peter Cheung <mc...@hotmail.com>.
honestly, the default size in my 27 mac and 15 mac book make me dont want to kick on it. Please make it larger by default, related to screen size pls.

Thanks
From Peter

________________________________
From: Geertjan Wielenga <ge...@googlemail.com.INVALID>
Sent: Sunday, December 30, 2018 8:26:22 PM
To: dev
Subject: Re: Shall we make the "open project" dialog half of the screen size

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 <pe...@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-unsubscribe@netbeans.incubator.apache.org
> For additional commands, e-mail: dev-help@netbeans.incubator.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>
>
>

Re: Shall we make the "open project" dialog half of the screen size

Posted by Peter Nabbefeld <pe...@gmx.de>.
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 <pe...@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-unsubscribe@netbeans.incubator.apache.org
>> For additional commands, e-mail: dev-help@netbeans.incubator.apache.org
>>
>> For further information about the NetBeans mailing lists, visit:
>> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>>
>>
>>
>>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@netbeans.incubator.apache.org
For additional commands, e-mail: dev-help@netbeans.incubator.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists




Re: Shall we make the "open project" dialog half of the screen size

Posted by Geertjan Wielenga <ge...@googlemail.com.INVALID>.
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 <pe...@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-unsubscribe@netbeans.incubator.apache.org
> For additional commands, e-mail: dev-help@netbeans.incubator.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>
>
>

Re: Shall we make the "open project" dialog half of the screen size

Posted by Peter Nabbefeld <pe...@gmx.de>.
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-unsubscribe@netbeans.incubator.apache.org
For additional commands, e-mail: dev-help@netbeans.incubator.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists




Re: Shall we make the "open project" dialog half of the screen size

Posted by Carl Mosca <ca...@gmail.com>.
+1

On Sun, Dec 30, 2018, 7:15 AM Geertjan Wielenga
<geertjan.wielenga@googlemail.com.invalid wrote:

> I've always through those New and Open dialogs were too large..
>
> Gj
>
> On Sun, Dec 30, 2018 at 12:26 PM Peter Cheung <mc...@hotmail.com>
> 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
> >
>

Re: Shall we make the "open project" dialog half of the screen size

Posted by Geertjan Wielenga <ge...@googlemail.com.INVALID>.
I've always through those New and Open dialogs were too large..

Gj

On Sun, Dec 30, 2018 at 12:26 PM Peter Cheung <mc...@hotmail.com> 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
>