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 <mcheun...@hotmail.com> wrote:

> how can i submit change request with my modified code?
>
> Thanks
> From Peter
>
> ________________________________
> From: Peter Cheung <mcheun...@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 <geertjan.wiele...@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.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