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 2021/12/05 17:15:14 UTC

Re: New theme for netbeans, team member wanted

Dear Eirik
    We have read the google sheet. Do you have time to have a zoom this week? So we can have a jump start 🙂


Thanks
From Peter
________________________________
From: Eirik Bakke <eb...@ultorg.com>
Sent: Thursday, November 25, 2021 1:11 AM
To: dev@netbeans.apache.org <de...@netbeans.apache.org>
Subject: RE: New theme for netbeans, team member wanted

Hi, Peter.

Fantastic! I'm happy to join a chat--it would be good to include anyone else on this list who is interested as well.

For actual decision-making, discussions should happen on the email list, so that everyone can follow along. But a Zoom meeting might be good for a quick overview.

The style guide that was used for the first 50 icons is described on https://issues.apache.org/jira/browse/NETBEANS-2617 . The original discussion around this can be found at https://github.com/apache/netbeans/pull/2387 . (If helpful, I could add some example images to the style guide and perhaps pull it out of the JIRA issue and into a separate Confluence page.)

-- Eirik

-----Original Message-----
From: Peter Cheung <mc...@hotmail.com>
Sent: Wednesday, November 24, 2021 9:18 AM
To: dev@netbeans.apache.org
Subject: Re: New theme for netbeans, team member wanted

Hi Eirik
    We definitely want to help out for the icons. What style you want? How about I line up our designers with you for a meeting?
Thanks
From Peter
________________________________
From: Eirik Bakke <eb...@ultorg.com>
Sent: Wednesday, November 24, 2021 1:50 AM
To: dev@netbeans.apache.org <de...@netbeans.apache.org>
Subject: RE: New theme for netbeans, team member wanted

Hi, Peter!

There is one big theme-related task which is pending, which is to create new SVG versions of various bitmap icons in the IDE, for modern Retina/HiDPI screens. I did the first 50 (in Adobe Illustrator), and picked out the next ones to be prioritized, as you can see here:

https://issues.apache.org/jira/secure/attachment/13026411/13026411_210604+Icons+Overview+Cropped.png
https://docs.google.com/spreadsheets/d/1U_pj-I3hk9Wj_7lvHcUDsZfFfBSyCkSGqBuv0qt_qXw/edit#gid=812179705
https://issues.apache.org/jira/browse/NETBEANS-2617

If you are interested in helping with the icon drawling effort, I'd be happy to help coordinate.

As for the Look & Feel, I think NetBeans will now be switching to FlatLAF as the default on all 3 operating systems (Windows, Linux, MacOS). I just transitioned my own NetBeans Platform application to FlatLAF, and it's a very good basis for making NetBeans look good in the future. It's also very configurable, so I think alternative themes can be implemented by means of configuring and improving FlatLAF, rather than by creating a completely new Swing LAF.

-- Eirik

-----Original Message-----
From: Christian Lenz <ch...@gmx.net>
Sent: Tuesday, November 23, 2021 11:31 AM
To: dev@netbeans.apache.org
Subject: AW: New theme for netbeans, team member wanted

Hey Peter,

great to have you on board already. We are discussing to add the Flat LaF as a default theme to NetBeans which is already implemented, but we need to switch to it.

What I can say what we need is a designer for maybe new UI components. Some components in NetBeans can be combined into one for example Input + button to search for paths etc.
Some other parts need a redesign and also proposals. So let us know, what you think to change in NetBeans and show us some examples and let us discuss about it 😊.


Cheers

Chris

Von: Peter Cheung
Gesendet: Dienstag, 23. November 2021 04:38
An: dev@netbeans.apache.org
Betreff: New theme for netbeans, team member wanted

Dear All
     My name is Peter, from Quantr Limited. I love Netbeans and have been developed few plugins for it. This proves my ambition in Netbeans.

https://gitlab.com/quantr/toolchain/netbeans-verilog
https://gitlab.com/mcheung63/netbeans-quick-outline
https://gitlab.com/mcheung63/MavenRunner
https://www.youtube.com/watch?v=rDFkhrHxHMw

    Many people said VSCode and intelliJ looks fancier than Netbeans. We want to contribute our power to theme the netbeans, my company has two designers. Below are some of their artworks I have experience in java swing styling, I did developer a L&F ten years ago https://gitlab.com/mcheung63/peter-swing

    Netbeans is very complex piece of code, we want team members to

  1.  Guide us, instruct us
  2.  Comment the style
  3.  Help us when we meet trouble in code
  4.  Coding


https://xd.adobe.com/view/9d702288-c88d-4253-96b8-e81013f51b1d-c823/
https://xd.adobe.com/view/3327f9a4-7128-4181-80ca-f276843f48ad-6674/
https://xd.adobe.com/view/daef7604-73a6-47c8-8f6f-d1888e1038f9-8fbc/

Hope to see a reply !!!

Thanks
From Peter

B�KKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKCB��[��X��ܚX�KK[XZ[�]�][��X��ܚX�P�]�X[�˘\X�K�ܙ�B��܈Y][ۘ[��[X[��K[XZ[�]�Z[�]�X[�˘\X�K�ܙ�B�B��܈�\�\�[��ܛX][ۈX��]H�]�X[��XZ[[��\���\�]�B�΋����Z�K�\X�K�ܙ���ۙ�Y[��K�\�^KӑU�PS���XZ[[���\��B�B�B�B

Re: New theme for netbeans, team member wanted (JavaFX)

Posted by John Neffenger <jo...@status6.com>.
On 12/7/21 4:58 AM, Eric Bresie wrote:
> I know this is a grander, not a short term thing, and a little out of scope here but would transition the UI of Netbeans from Swing to JavaFX based with its own (css) theme paradigm be of value?

There is one important difference between Swing and JavaFX that might 
not be immediately apparent: JavaFX, as a policy, does not use font 
hinting. Swing, on the other hand, uses full hinting.

For comparison, Windows uses full hinting, macOS does not use font 
hinting, and most Linux distributions use the light (slight) hinting of 
FreeType. In fact, macOS even stopped using sub-pixel rendering as of 
version 10.14 (Mojave).

So in general, Swing has font rendering like Windows, JavaFX has font 
rendering like macOS, and neither of them have font rendering like 
Linux. People generally prefer what they're used to seeing on their 
operating system.[1]

In fact, people who encounter the "blurry" fonts of JavaFX often think 
it's a bug.[2][3] Real font bugs then get lost for years in the noise 
over the hinting debate.[4][5]

Font issues like this are important enough for JetBrains to patch the 
Java runtime with their own opinion on the matter.[6] Font rendering is 
not a minor detail for an IDE like NetBeans or IntelliJ IDEA.

John

[1]: https://blog.codinghorror.com/font-rendering-respecting-the-pixel-grid/
[2]: https://bugs.openjdk.java.net/browse/JDK-8131923
[3]: https://bugs.openjdk.java.net/browse/JDK-8139662
[4]: https://github.com/javafxports/openjdk-jfx/issues/229
[5]: https://github.com/jgneff/openjdk-freetype
[6]: https://github.com/JetBrains/JetBrainsRuntime

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

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




Re: New theme for netbeans, team member wanted (JavaFX)

Posted by Neil C Smith <ne...@apache.org>.
On Fri, 31 Dec 2021 at 14:29, John Kostaras <jk...@gmail.com> wrote:
> There used to be an article of a lady from South Africa who had managed to
> replace the Rich Client Platform's window system with JavaFX, but I can't
> locate it anymore.

Was that different to the eFX project I mentioned?  I remember reading
a bunch of stuff years ago, but found very little still accessible.

> To replace Swing with .. (or HTML/Java UI),

We would need an ASL compatible browser context to use HTML4J though,
which potentially just points back to Electron or lighter weight
alternatives.

I'm still curious if Skija is a better option to either - it's what
Fleet (which Eirik mentioned a while back) uses.

Best wishes,

Neil

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

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




Re: New theme for netbeans, team member wanted (JavaFX)

Posted by John Kostaras <jk...@gmail.com>.
There used to be an article of a lady from South Africa who had managed to
replace the Rich Client Platform's window system with JavaFX, but I can't
locate it anymore.

To replace Swing with JavaFX (or HTML/Java UI), one needs to rewrite the
Window System, Action System and the Explorer Views and Property Sheets in
the new technology. Which is kinda a lot of work.

I 'm in by the way.

K/r,

John.



On Fri, 31 Dec 2021 at 10:53, Mar R <ma...@gmail.com> wrote:

> Please don't even mention Electron! It has its pros, I recognize that, but
> we're talking about an IDE + Java...I can't afford a new GPU :D
> Anyway switching from Swing to JavaFX would be real cool, sooner or later
> projects will have to stay update with latest technologies, why have them
> then? But I get it would be a giant process, so just my +1 and count me in
> whenever you'll decide to do it
>
> Il giorno ven 10 dic 2021 alle ore 15:43 Neil C Smith <
> neilcsmith@apache.org>
> ha scritto:
>
> > On Tue, 7 Dec 2021 at 16:02, Eric Bresie <eb...@gmail.com> wrote:
> > > Unless anyone wants to work on NetBeans.FX ;-)…I figured as much but
> > wanted to ask.
> >
> > There was once a project called eFX, that if I remember correctly was
> > a JavaFX version of (parts of) the platform UI?  Can't find much info
> > now, but no, not an easy task.
> >
> > There was a whole bunch of discussion around the future of NetBeans'
> > UI when we joined Apache (check the distant archive).  About the time
> > rumours of Swing's demise were possibly exaggerated (Java client
> > roadmap v1) :-)
> >
> > I remember suggesting that a future UI of NetBeans might involve
> > Electron, a headless JVM, LSP and HTML4J.  Which it kind of has ...
> > Maybe we should build a new UI on top of VSCodium.
> >
> > Maybe it's skija?
> >
> > Who knows.  It's a lot of work, and I think NetBeans in its entirety
> > will likely remain Swing.  In fact, I'd happily lose the little bit of
> > optional JavaFX dependency we do have, which punches above its weight
> > in issues!
> >
> > Best wishes,
> >
> > Neil
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@netbeans.apache.org
> > For additional commands, e-mail: dev-help@netbeans.apache.org
> >
> > For further information about the NetBeans mailing lists, visit:
> > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
> >
> >
> >
> >
>

Re: New theme for netbeans, team member wanted (JavaFX)

Posted by Mar R <ma...@gmail.com>.
Please don't even mention Electron! It has its pros, I recognize that, but
we're talking about an IDE + Java...I can't afford a new GPU :D
Anyway switching from Swing to JavaFX would be real cool, sooner or later
projects will have to stay update with latest technologies, why have them
then? But I get it would be a giant process, so just my +1 and count me in
whenever you'll decide to do it

Il giorno ven 10 dic 2021 alle ore 15:43 Neil C Smith <ne...@apache.org>
ha scritto:

> On Tue, 7 Dec 2021 at 16:02, Eric Bresie <eb...@gmail.com> wrote:
> > Unless anyone wants to work on NetBeans.FX ;-)…I figured as much but
> wanted to ask.
>
> There was once a project called eFX, that if I remember correctly was
> a JavaFX version of (parts of) the platform UI?  Can't find much info
> now, but no, not an easy task.
>
> There was a whole bunch of discussion around the future of NetBeans'
> UI when we joined Apache (check the distant archive).  About the time
> rumours of Swing's demise were possibly exaggerated (Java client
> roadmap v1) :-)
>
> I remember suggesting that a future UI of NetBeans might involve
> Electron, a headless JVM, LSP and HTML4J.  Which it kind of has ...
> Maybe we should build a new UI on top of VSCodium.
>
> Maybe it's skija?
>
> Who knows.  It's a lot of work, and I think NetBeans in its entirety
> will likely remain Swing.  In fact, I'd happily lose the little bit of
> optional JavaFX dependency we do have, which punches above its weight
> in issues!
>
> Best wishes,
>
> Neil
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@netbeans.apache.org
> For additional commands, e-mail: dev-help@netbeans.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>
>
>

Re: New theme for netbeans, team member wanted (JavaFX)

Posted by Neil C Smith <ne...@apache.org>.
On Tue, 7 Dec 2021 at 16:02, Eric Bresie <eb...@gmail.com> wrote:
> Unless anyone wants to work on NetBeans.FX ;-)…I figured as much but wanted to ask.

There was once a project called eFX, that if I remember correctly was
a JavaFX version of (parts of) the platform UI?  Can't find much info
now, but no, not an easy task.

There was a whole bunch of discussion around the future of NetBeans'
UI when we joined Apache (check the distant archive).  About the time
rumours of Swing's demise were possibly exaggerated (Java client
roadmap v1) :-)

I remember suggesting that a future UI of NetBeans might involve
Electron, a headless JVM, LSP and HTML4J.  Which it kind of has ...
Maybe we should build a new UI on top of VSCodium.

Maybe it's skija?

Who knows.  It's a lot of work, and I think NetBeans in its entirety
will likely remain Swing.  In fact, I'd happily lose the little bit of
optional JavaFX dependency we do have, which punches above its weight
in issues!

Best wishes,

Neil

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

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




Re: New theme for netbeans, team member wanted (JavaFX)

Posted by Eric Bresie <eb...@gmail.com>.
Unless anyone wants to work on NetBeans.FX ;-)…I figured as much but wanted to ask.



Get Outlook for iOS<https://aka.ms/o0ukef>
________________________________
From: Eirik Bakke <eb...@ultorg.com>
Sent: Tuesday, December 7, 2021 9:57:37 AM
To: dev@netbeans.apache.org <de...@netbeans.apache.org>
Subject: RE: Re: New theme for netbeans, team member wanted (JavaFX)

Better to use FlatLAF themes for this--no big re-architecting necessary. I spent a weekend theming my own NetBeans Platform app using FlatLAF, and it was a quite pleasant experience.

(There's probably a million lines of Swing code in NetBeans... "transitioning" to JavaFX would be akin to deloping an entirely new IDE. Even IntelliJ is all Swing.)

-- Eirik

-----Original Message-----
From: Eric Bresie <eb...@gmail.com>
Sent: Tuesday, December 7, 2021 7:58 AM
To: Netbeans Developer List <de...@netbeans.apache.org>
Subject: Re: Re: New theme for netbeans, team member wanted (JavaFX)

I know this is a grander, not a short term thing, and a little out of scope here but would transition the UI of Netbeans from Swing to JavaFX based with its own (css) theme paradigm be of value?

Eric Bresie
Ebresie@gmail.com (mailto:Ebresie@gmail.com)

> On December 6, 2021 at 2:00:47 AM CST, Geertjan Wielenga <geertjan.wielenga@googlemail.com.invalid (mailto:geertjan.wielenga@googlemail.com.invalid)> wrote:
> Great, progress! Yes, a report to this mailing list would be great to
> keep everyone informed.
>
> Gj
>
> On Mon, 6 Dec 2021 at 07:27, Eirik Bakke <ebakke@ultorg.com (mailto:ebakke@ultorg.com)> wrote:
>
> > Sure! Are you in Hong Kong? This week I'm on US east coast time and
> > could do an evening call (US time) later in the week. December 15th
> > (x-apple-data-detectors://6) through January 7 (x-apple-data-detectors://7) I'll be on central Europe time.
> >
> > I can show the current workflow I've been using for vectorizing
> > NetBeans icons so far, and give you an idea of the work involved.
> >
> > If others are interested in joining, feel free to chime in. (We can
> > write a summary for the mailing list afterwards.)
> >
> > -- Eirik
> >
> > -----Original Message-----
> > From: Peter Cheung <mcheung63@hotmail.com
> > (mailto:mcheung63@hotmail.com)>
> > Sent: Sunday, December 5, 2021 12:15 PM
> > To: dev@netbeans.apache.org (mailto:dev@netbeans.apache.org)
> > Subject: Re: New theme for netbeans, team member wanted
> >
> > Dear Eirik
> > We have read the google sheet. Do you have time to have a zoom this
> > week? So we can have a jump start 🙂
> >
> >
> > Thanks
> > From Peter
> > ________________________________
> > From: Eirik Bakke <ebakke@ultorg.com (mailto:ebakke@ultorg.com)>
> > Sent: Thursday, November 25, 2021 1:11 AM
> > To: dev@netbeans.apache.org (mailto:dev@netbeans.apache.org)
> > <dev@netbeans.apache.org (mailto:dev@netbeans.apache.org)>
> > Subject: RE: New theme for netbeans, team member wanted
> >
> > Hi, Peter.
> >
> > Fantastic! I'm happy to join a chat--it would be good to include
> > anyone else on this list who is interested as well.
> >
> > For actual decision-making, discussions should happen on the email
> > list, so that everyone can follow along. But a Zoom meeting might be
> > good for a quick overview.
> >
> > The style guide that was used for the first 50 icons is described on
> > https://issues.apache.org/jira/browse/NETBEANS-2617 . The original
> > discussion around this can be found at
> > https://github.com/apache/netbeans/pull/2387 . (If helpful, I could
> > add some example images to the style guide and perhaps pull it out
> > of the JIRA issue and into a separate Confluence page.)
> >
> > -- Eirik
> >
> > -----Original Message-----
> > From: Peter Cheung <mcheung63@hotmail.com
> > (mailto:mcheung63@hotmail.com)>
> > Sent: Wednesday, November 24, 2021 9:18 AM
> > To: dev@netbeans.apache.org (mailto:dev@netbeans.apache.org)
> > Subject: Re: New theme for netbeans, team member wanted
> >
> > Hi Eirik
> > We definitely want to help out for the icons. What style you want?
> > How about I line up our designers with you for a meeting?
> > Thanks
> > From Peter
> > ________________________________
> > From: Eirik Bakke <ebakke@ultorg.com (mailto:ebakke@ultorg.com)>
> > Sent: Wednesday, November 24, 2021 1:50 AM
> > To: dev@netbeans.apache.org (mailto:dev@netbeans.apache.org)
> > <dev@netbeans.apache.org (mailto:dev@netbeans.apache.org)>
> > Subject: RE: New theme for netbeans, team member wanted
> >
> > Hi, Peter!
> >
> > There is one big theme-related task which is pending, which is to
> > create new SVG versions of various bitmap icons in the IDE, for
> > modern Retina/HiDPI screens. I did the first 50 (in Adobe
> > Illustrator), and picked out the next ones to be prioritized, as you can see here:
> >
> >
> > https://issues.apache.org/jira/secure/attachment/13026411/13026411_2
> > 10604+Icons+Overview+Cropped.png
> >
> > https://docs.google.com/spreadsheets/d/1U_pj-I3hk9Wj_7lvHcUDsZfFfBSy
> > CkSGqBuv0qt_qXw/edit#gid=812179705
> > https://issues.apache.org/jira/browse/NETBEANS-2617
> >
> > If you are interested in helping with the icon drawling effort, I'd
> > be happy to help coordinate.
> >
> > As for the Look & Feel, I think NetBeans will now be switching to
> > FlatLAF as the default on all 3 operating systems (Windows, Linux,
> > MacOS). I just transitioned my own NetBeans Platform application to
> > FlatLAF, and it's a very good basis for making NetBeans look good in
> > the future. It's also very configurable, so I think alternative
> > themes can be implemented by means of configuring and improving
> > FlatLAF, rather than by creating a completely new Swing LAF.
> >
> > -- Eirik
> >
> > -----Original Message-----
> > From: Christian Lenz <christian.lenz@gmx.net
> > (mailto:christian.lenz@gmx.net)>
> > Sent: Tuesday, November 23, 2021 11:31 AM
> > To: dev@netbeans.apache.org (mailto:dev@netbeans.apache.org)
> > Subject: AW: New theme for netbeans, team member wanted
> >
> > Hey Peter,
> >
> > great to have you on board already. We are discussing to add the
> > Flat LaF as a default theme to NetBeans which is already
> > implemented, but we need to switch to it.
> >
> > What I can say what we need is a designer for maybe new UI components.
> > Some components in NetBeans can be combined into one for example
> > Input + button to search for paths etc.
> > Some other parts need a redesign and also proposals. So let us know,
> > what you think to change in NetBeans and show us some examples and
> > let us discuss about it 😊.
> >
> >
> > Cheers
> >
> > Chris
> >
> > Von: Peter Cheung
> > Gesendet: Dienstag, 23. November 2021 04:38
> > An: dev@netbeans.apache.org (mailto:dev@netbeans.apache.org)
> > Betreff: New theme for netbeans, team member wanted
> >
> > Dear All
> > My name is Peter, from Quantr Limited. I love Netbeans and have been
> > developed few plugins for it. This proves my ambition in Netbeans.
> >
> > https://gitlab.com/quantr/toolchain/netbeans-verilog
> > https://gitlab.com/mcheung63/netbeans-quick-outline
> > https://gitlab.com/mcheung63/MavenRunner
> > https://www.youtube.com/watch?v=rDFkhrHxHMw
> >
> > Many people said VSCode and intelliJ looks fancier than Netbeans. We
> > want to contribute our power to theme the netbeans, my company has
> > two designers. Below are some of their artworks I have experience in
> > java swing styling, I did developer a L&F ten years ago
> > https://gitlab.com/mcheung63/peter-swing
> >
> > Netbeans is very complex piece of code, we want team members to
> >
> > 1. Guide us, instruct us
> > 2. Comment the style
> > 3. Help us when we meet trouble in code 4. Coding
> >
> >
> > https://xd.adobe.com/view/9d702288-c88d-4253-96b8-e81013f51b1d-c823/
> > https://xd.adobe.com/view/3327f9a4-7128-4181-80ca-f276843f48ad-6674/
> > https://xd.adobe.com/view/daef7604-73a6-47c8-8f6f-d1888e1038f9-8fbc/
> >
> > Hope to see a reply !!!
> >
> > Thanks
> > From Peter
> >
> > B KKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKCB
> >   [  X  ܚX K K[XZ[
> >   ] ][  X  ܚX P  ]  X[ ˘\ X  K ܙ B  ܈ Y ] [ۘ[   [X[    K[XZ[
> >   ] Z [  ]  X[ ˘\ X  K ܙ B B  ܈  \  \  [  ܛX] [ۈ X  ] H  ]  X[
> > XZ[ [   \     \ ]
> >  B  ΋    Z K \ X  K ܙ   ۙ  Y[  K  \  ^KӑU  PS   XZ[ [    \   B B B B
> >
B�KKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKCB��[��X��ܚX�KK[XZ[�]�][��X��ܚX�P�]�X[�˘\X�K�ܙ�B��܈Y][ۘ[��[X[��K[XZ[�]�Z[�]�X[�˘\X�K�ܙ�B�B��܈�\�\�[��ܛX][ۈX��]H�]�X[��XZ[[��\���\�]�B�΋����Z�K�\X�K�ܙ���ۙ�Y[��K�\�^KӑU�PS���XZ[[���\��B�B�B�B

RE: Re: New theme for netbeans, team member wanted (JavaFX)

Posted by Eirik Bakke <eb...@ultorg.com>.
Better to use FlatLAF themes for this--no big re-architecting necessary. I spent a weekend theming my own NetBeans Platform app using FlatLAF, and it was a quite pleasant experience.

(There's probably a million lines of Swing code in NetBeans... "transitioning" to JavaFX would be akin to deloping an entirely new IDE. Even IntelliJ is all Swing.)

-- Eirik

-----Original Message-----
From: Eric Bresie <eb...@gmail.com> 
Sent: Tuesday, December 7, 2021 7:58 AM
To: Netbeans Developer List <de...@netbeans.apache.org>
Subject: Re: Re: New theme for netbeans, team member wanted (JavaFX)

I know this is a grander, not a short term thing, and a little out of scope here but would transition the UI of Netbeans from Swing to JavaFX based with its own (css) theme paradigm be of value?

Eric Bresie
Ebresie@gmail.com (mailto:Ebresie@gmail.com)

> On December 6, 2021 at 2:00:47 AM CST, Geertjan Wielenga <geertjan.wielenga@googlemail.com.invalid (mailto:geertjan.wielenga@googlemail.com.invalid)> wrote:
> Great, progress! Yes, a report to this mailing list would be great to 
> keep everyone informed.
>
> Gj
>
> On Mon, 6 Dec 2021 at 07:27, Eirik Bakke <ebakke@ultorg.com (mailto:ebakke@ultorg.com)> wrote:
>
> > Sure! Are you in Hong Kong? This week I'm on US east coast time and 
> > could do an evening call (US time) later in the week. December 15th 
> > (x-apple-data-detectors://6) through January 7 (x-apple-data-detectors://7) I'll be on central Europe time.
> >
> > I can show the current workflow I've been using for vectorizing 
> > NetBeans icons so far, and give you an idea of the work involved.
> >
> > If others are interested in joining, feel free to chime in. (We can 
> > write a summary for the mailing list afterwards.)
> >
> > -- Eirik
> >
> > -----Original Message-----
> > From: Peter Cheung <mcheung63@hotmail.com 
> > (mailto:mcheung63@hotmail.com)>
> > Sent: Sunday, December 5, 2021 12:15 PM
> > To: dev@netbeans.apache.org (mailto:dev@netbeans.apache.org)
> > Subject: Re: New theme for netbeans, team member wanted
> >
> > Dear Eirik
> > We have read the google sheet. Do you have time to have a zoom this 
> > week? So we can have a jump start 🙂
> >
> >
> > Thanks
> > From Peter
> > ________________________________
> > From: Eirik Bakke <ebakke@ultorg.com (mailto:ebakke@ultorg.com)>
> > Sent: Thursday, November 25, 2021 1:11 AM
> > To: dev@netbeans.apache.org (mailto:dev@netbeans.apache.org) 
> > <dev@netbeans.apache.org (mailto:dev@netbeans.apache.org)>
> > Subject: RE: New theme for netbeans, team member wanted
> >
> > Hi, Peter.
> >
> > Fantastic! I'm happy to join a chat--it would be good to include 
> > anyone else on this list who is interested as well.
> >
> > For actual decision-making, discussions should happen on the email 
> > list, so that everyone can follow along. But a Zoom meeting might be 
> > good for a quick overview.
> >
> > The style guide that was used for the first 50 icons is described on
> > https://issues.apache.org/jira/browse/NETBEANS-2617 . The original 
> > discussion around this can be found at
> > https://github.com/apache/netbeans/pull/2387 . (If helpful, I could 
> > add some example images to the style guide and perhaps pull it out 
> > of the JIRA issue and into a separate Confluence page.)
> >
> > -- Eirik
> >
> > -----Original Message-----
> > From: Peter Cheung <mcheung63@hotmail.com 
> > (mailto:mcheung63@hotmail.com)>
> > Sent: Wednesday, November 24, 2021 9:18 AM
> > To: dev@netbeans.apache.org (mailto:dev@netbeans.apache.org)
> > Subject: Re: New theme for netbeans, team member wanted
> >
> > Hi Eirik
> > We definitely want to help out for the icons. What style you want? 
> > How about I line up our designers with you for a meeting?
> > Thanks
> > From Peter
> > ________________________________
> > From: Eirik Bakke <ebakke@ultorg.com (mailto:ebakke@ultorg.com)>
> > Sent: Wednesday, November 24, 2021 1:50 AM
> > To: dev@netbeans.apache.org (mailto:dev@netbeans.apache.org) 
> > <dev@netbeans.apache.org (mailto:dev@netbeans.apache.org)>
> > Subject: RE: New theme for netbeans, team member wanted
> >
> > Hi, Peter!
> >
> > There is one big theme-related task which is pending, which is to 
> > create new SVG versions of various bitmap icons in the IDE, for 
> > modern Retina/HiDPI screens. I did the first 50 (in Adobe 
> > Illustrator), and picked out the next ones to be prioritized, as you can see here:
> >
> >
> > https://issues.apache.org/jira/secure/attachment/13026411/13026411_2
> > 10604+Icons+Overview+Cropped.png
> >
> > https://docs.google.com/spreadsheets/d/1U_pj-I3hk9Wj_7lvHcUDsZfFfBSy
> > CkSGqBuv0qt_qXw/edit#gid=812179705
> > https://issues.apache.org/jira/browse/NETBEANS-2617
> >
> > If you are interested in helping with the icon drawling effort, I'd 
> > be happy to help coordinate.
> >
> > As for the Look & Feel, I think NetBeans will now be switching to 
> > FlatLAF as the default on all 3 operating systems (Windows, Linux, 
> > MacOS). I just transitioned my own NetBeans Platform application to 
> > FlatLAF, and it's a very good basis for making NetBeans look good in 
> > the future. It's also very configurable, so I think alternative 
> > themes can be implemented by means of configuring and improving 
> > FlatLAF, rather than by creating a completely new Swing LAF.
> >
> > -- Eirik
> >
> > -----Original Message-----
> > From: Christian Lenz <christian.lenz@gmx.net 
> > (mailto:christian.lenz@gmx.net)>
> > Sent: Tuesday, November 23, 2021 11:31 AM
> > To: dev@netbeans.apache.org (mailto:dev@netbeans.apache.org)
> > Subject: AW: New theme for netbeans, team member wanted
> >
> > Hey Peter,
> >
> > great to have you on board already. We are discussing to add the 
> > Flat LaF as a default theme to NetBeans which is already 
> > implemented, but we need to switch to it.
> >
> > What I can say what we need is a designer for maybe new UI components.
> > Some components in NetBeans can be combined into one for example 
> > Input + button to search for paths etc.
> > Some other parts need a redesign and also proposals. So let us know, 
> > what you think to change in NetBeans and show us some examples and 
> > let us discuss about it 😊.
> >
> >
> > Cheers
> >
> > Chris
> >
> > Von: Peter Cheung
> > Gesendet: Dienstag, 23. November 2021 04:38
> > An: dev@netbeans.apache.org (mailto:dev@netbeans.apache.org)
> > Betreff: New theme for netbeans, team member wanted
> >
> > Dear All
> > My name is Peter, from Quantr Limited. I love Netbeans and have been 
> > developed few plugins for it. This proves my ambition in Netbeans.
> >
> > https://gitlab.com/quantr/toolchain/netbeans-verilog
> > https://gitlab.com/mcheung63/netbeans-quick-outline
> > https://gitlab.com/mcheung63/MavenRunner
> > https://www.youtube.com/watch?v=rDFkhrHxHMw
> >
> > Many people said VSCode and intelliJ looks fancier than Netbeans. We 
> > want to contribute our power to theme the netbeans, my company has 
> > two designers. Below are some of their artworks I have experience in 
> > java swing styling, I did developer a L&F ten years ago 
> > https://gitlab.com/mcheung63/peter-swing
> >
> > Netbeans is very complex piece of code, we want team members to
> >
> > 1. Guide us, instruct us
> > 2. Comment the style
> > 3. Help us when we meet trouble in code 4. Coding
> >
> >
> > https://xd.adobe.com/view/9d702288-c88d-4253-96b8-e81013f51b1d-c823/
> > https://xd.adobe.com/view/3327f9a4-7128-4181-80ca-f276843f48ad-6674/
> > https://xd.adobe.com/view/daef7604-73a6-47c8-8f6f-d1888e1038f9-8fbc/
> >
> > Hope to see a reply !!!
> >
> > Thanks
> > From Peter
> >
> > B KKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKCB 
> >   [  X  ܚX K K[XZ[
> >   ] ][  X  ܚX P  ]  X[ ˘\ X  K ܙ B  ܈ Y ] [ۘ[   [X[    K[XZ[
> >   ] Z [  ]  X[ ˘\ X  K ܙ B B  ܈  \  \  [  ܛX] [ۈ X  ] H  ]  X[  
> > XZ[ [   \     \ ]
> >  B  ΋    Z K \ X  K ܙ   ۙ  Y[  K  \  ^KӑU  PS   XZ[ [    \   B B B B
> >

Re: Re: New theme for netbeans, team member wanted (JavaFX)

Posted by Eric Bresie <eb...@gmail.com>.
I know this is a grander, not a short term thing, and a little out of scope here but would transition the UI of Netbeans from Swing to JavaFX based with its own (css) theme paradigm be of value?

Eric Bresie
Ebresie@gmail.com (mailto:Ebresie@gmail.com)

> On December 6, 2021 at 2:00:47 AM CST, Geertjan Wielenga <geertjan.wielenga@googlemail.com.invalid (mailto:geertjan.wielenga@googlemail.com.invalid)> wrote:
> Great, progress! Yes, a report to this mailing list would be great to keep
> everyone informed.
>
> Gj
>
> On Mon, 6 Dec 2021 at 07:27, Eirik Bakke <ebakke@ultorg.com (mailto:ebakke@ultorg.com)> wrote:
>
> > Sure! Are you in Hong Kong? This week I'm on US east coast time and could
> > do an evening call (US time) later in the week. December 15th (x-apple-data-detectors://6) through
> > January 7 (x-apple-data-detectors://7) I'll be on central Europe time.
> >
> > I can show the current workflow I've been using for vectorizing NetBeans
> > icons so far, and give you an idea of the work involved.
> >
> > If others are interested in joining, feel free to chime in. (We can write
> > a summary for the mailing list afterwards.)
> >
> > -- Eirik
> >
> > -----Original Message-----
> > From: Peter Cheung <mcheung63@hotmail.com (mailto:mcheung63@hotmail.com)>
> > Sent: Sunday, December 5, 2021 12:15 PM
> > To: dev@netbeans.apache.org (mailto:dev@netbeans.apache.org)
> > Subject: Re: New theme for netbeans, team member wanted
> >
> > Dear Eirik
> > We have read the google sheet. Do you have time to have a zoom this
> > week? So we can have a jump start 🙂
> >
> >
> > Thanks
> > From Peter
> > ________________________________
> > From: Eirik Bakke <ebakke@ultorg.com (mailto:ebakke@ultorg.com)>
> > Sent: Thursday, November 25, 2021 1:11 AM
> > To: dev@netbeans.apache.org (mailto:dev@netbeans.apache.org) <dev@netbeans.apache.org (mailto:dev@netbeans.apache.org)>
> > Subject: RE: New theme for netbeans, team member wanted
> >
> > Hi, Peter.
> >
> > Fantastic! I'm happy to join a chat--it would be good to include anyone
> > else on this list who is interested as well.
> >
> > For actual decision-making, discussions should happen on the email list,
> > so that everyone can follow along. But a Zoom meeting might be good for a
> > quick overview.
> >
> > The style guide that was used for the first 50 icons is described on
> > https://issues.apache.org/jira/browse/NETBEANS-2617 . The original
> > discussion around this can be found at
> > https://github.com/apache/netbeans/pull/2387 . (If helpful, I could add
> > some example images to the style guide and perhaps pull it out of the JIRA
> > issue and into a separate Confluence page.)
> >
> > -- Eirik
> >
> > -----Original Message-----
> > From: Peter Cheung <mcheung63@hotmail.com (mailto:mcheung63@hotmail.com)>
> > Sent: Wednesday, November 24, 2021 9:18 AM
> > To: dev@netbeans.apache.org (mailto:dev@netbeans.apache.org)
> > Subject: Re: New theme for netbeans, team member wanted
> >
> > Hi Eirik
> > We definitely want to help out for the icons. What style you want? How
> > about I line up our designers with you for a meeting?
> > Thanks
> > From Peter
> > ________________________________
> > From: Eirik Bakke <ebakke@ultorg.com (mailto:ebakke@ultorg.com)>
> > Sent: Wednesday, November 24, 2021 1:50 AM
> > To: dev@netbeans.apache.org (mailto:dev@netbeans.apache.org) <dev@netbeans.apache.org (mailto:dev@netbeans.apache.org)>
> > Subject: RE: New theme for netbeans, team member wanted
> >
> > Hi, Peter!
> >
> > There is one big theme-related task which is pending, which is to create
> > new SVG versions of various bitmap icons in the IDE, for modern
> > Retina/HiDPI screens. I did the first 50 (in Adobe Illustrator), and picked
> > out the next ones to be prioritized, as you can see here:
> >
> >
> > https://issues.apache.org/jira/secure/attachment/13026411/13026411_210604+Icons+Overview+Cropped.png
> >
> > https://docs.google.com/spreadsheets/d/1U_pj-I3hk9Wj_7lvHcUDsZfFfBSyCkSGqBuv0qt_qXw/edit#gid=812179705
> > https://issues.apache.org/jira/browse/NETBEANS-2617
> >
> > If you are interested in helping with the icon drawling effort, I'd be
> > happy to help coordinate.
> >
> > As for the Look & Feel, I think NetBeans will now be switching to FlatLAF
> > as the default on all 3 operating systems (Windows, Linux, MacOS). I just
> > transitioned my own NetBeans Platform application to FlatLAF, and it's a
> > very good basis for making NetBeans look good in the future. It's also very
> > configurable, so I think alternative themes can be implemented by means of
> > configuring and improving FlatLAF, rather than by creating a completely new
> > Swing LAF.
> >
> > -- Eirik
> >
> > -----Original Message-----
> > From: Christian Lenz <christian.lenz@gmx.net (mailto:christian.lenz@gmx.net)>
> > Sent: Tuesday, November 23, 2021 11:31 AM
> > To: dev@netbeans.apache.org (mailto:dev@netbeans.apache.org)
> > Subject: AW: New theme for netbeans, team member wanted
> >
> > Hey Peter,
> >
> > great to have you on board already. We are discussing to add the Flat LaF
> > as a default theme to NetBeans which is already implemented, but we need to
> > switch to it.
> >
> > What I can say what we need is a designer for maybe new UI components.
> > Some components in NetBeans can be combined into one for example Input +
> > button to search for paths etc.
> > Some other parts need a redesign and also proposals. So let us know, what
> > you think to change in NetBeans and show us some examples and let us
> > discuss about it 😊.
> >
> >
> > Cheers
> >
> > Chris
> >
> > Von: Peter Cheung
> > Gesendet: Dienstag, 23. November 2021 04:38
> > An: dev@netbeans.apache.org (mailto:dev@netbeans.apache.org)
> > Betreff: New theme for netbeans, team member wanted
> >
> > Dear All
> > My name is Peter, from Quantr Limited. I love Netbeans and have been
> > developed few plugins for it. This proves my ambition in Netbeans.
> >
> > https://gitlab.com/quantr/toolchain/netbeans-verilog
> > https://gitlab.com/mcheung63/netbeans-quick-outline
> > https://gitlab.com/mcheung63/MavenRunner
> > https://www.youtube.com/watch?v=rDFkhrHxHMw
> >
> > Many people said VSCode and intelliJ looks fancier than Netbeans. We
> > want to contribute our power to theme the netbeans, my company has two
> > designers. Below are some of their artworks I have experience in java swing
> > styling, I did developer a L&F ten years ago
> > https://gitlab.com/mcheung63/peter-swing
> >
> > Netbeans is very complex piece of code, we want team members to
> >
> > 1. Guide us, instruct us
> > 2. Comment the style
> > 3. Help us when we meet trouble in code
> > 4. Coding
> >
> >
> > https://xd.adobe.com/view/9d702288-c88d-4253-96b8-e81013f51b1d-c823/
> > https://xd.adobe.com/view/3327f9a4-7128-4181-80ca-f276843f48ad-6674/
> > https://xd.adobe.com/view/daef7604-73a6-47c8-8f6f-d1888e1038f9-8fbc/
> >
> > Hope to see a reply !!!
> >
> > Thanks
> > From Peter
> >
> > B�KKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKCB�
> > � [��X��ܚX�K K[XZ[
> > � ]�][��X��ܚX�P �] �X[�˘\ X� K�ܙ�B��܈ Y ] [ۘ[ ��[X[� � K[XZ[
> > � ]�Z [ �] �X[�˘\ X� K�ܙ�B�B��܈ �\� \� [��ܛX] [ۈ X��] H �] �X[��
> > XZ[ [�� \� � �\�]
> > �B� ΋����Z�K�\ X� K�ܙ���ۙ� Y[��K� \� ^KӑU �PS���XZ[ [��� \� �B�B�B�B
> >

Re: New theme for netbeans, team member wanted

Posted by Mar R <ma...@gmail.com>.
Thanks for the report. I'm personally curious to know details about those
"ambitious changes to NB LaF"

Il giorno mar 28 dic 2021 alle ore 13:51 Arafat BOUCHAFRA <
arafat877@gmail.com> ha scritto:

> Awesome, thanks!
>
> Le mar. 28 déc. 2021 à 13:25, Eirik Bakke <eb...@ultorg.com> a écrit :
>
> > Peter Cheung, Arafat Bouchafra, and me (Eirik Bakke) just had a Zoom
> video
> > chat today, following up on this thread. The three of us are all software
> > developers and long-time users of NetBeans.
> >
> > Icon drawing project summary:
> > * Peter's company has two designers who work with Photoshop and
> > Illustrator, and he may be willing to allocate some of their time to
> > continue the icon drawing process that is tracked in
> > https://issues.apache.org/jira/browse/NETBEANS-2617 . Peter will
> > communicate with the designers.
> > * Eirik has shared with Peter an Illustrator template file containing the
> > first 50 SVG icons and artboards/bitmap templates for the next ~167 icons
> > to be prioritized (also attached to
> > https://issues.apache.org/jira/browse/NETBEANS-2617 ). We did a screen
> > sharing where Peter had a look at the file, layers, artboards etc.
> > * Peter's designer will try to draw a small batch of ~10 icons in the
> > Illustrator template. Then we'll discuss progress. Eirik can help turn
> this
> > next batch of icons into a Pull Request, or walk Peter through how to do
> > this. (Exporting the SVG files, adding license headers, copying SVGs into
> > the right locations in the NetBeans repo etc.)
> >
> > Resources:
> > * Style guide to be used for new SVG icons, consistent with earlier
> merged
> > PRs: https://issues.apache.org/jira/browse/NETBEANS-2617
> > * List of artboards in the Illustrator file, and notes on each icon:
> >
> https://docs.google.com/spreadsheets/d/1U_pj-I3hk9Wj_7lvHcUDsZfFfBSyCkSGqBuv0qt_qXw/edit#gid=812179705
> >
> > Other topics discussed:
> > * Arafat proposed more ambitious changes to NetBeans' look & feel, and we
> > exchanged ideas. Eirik mentioned the recent discussion thread that ended
> up
> > making FlatLAF the default LAF on NetBeans.
> > * Arafat also mentioned possible approaches to get support for animated
> > icons.
> > * Arafat inquired about whether there still exists a "NetBeans Certified
> > Engineer Course". He has been teaching Computer Science courses himself.
> We
> > looked at
> >
> https://netbeans.apache.org/wiki/NetBeansCertifiedEngineerCourse.asciidoc
> > , but this seems like an old page.
> > * Eirik suggested sending out a separate email to
> dev@netbeans.apache.org
> > to discuss bigger or more controversial ideas. (Since decision-making in
> > the NetBeans project is based on open discussion on the mailing list and
> in
> > GitHub Pull Requests, rather than in meetings or private sub-groups.)
> >
> > -- Eirik
> >
> > -----Original Message-----
> > From: Eirik Bakke <eb...@ultorg.com>
> > Sent: Saturday, December 25, 2021 2:24 PM
> > To: Peter Cheung <pe...@quantr.hk>; Peter Cheung <mc...@hotmail.com>
> > Cc: dev@netbeans.apache.org
> > Subject: RE: New theme for netbeans, team member wanted
> >
> > Great! I sent invites to the people already in this thread.
> >
> > Merry Christmas!
> >
> > -- Eirik
> >
> > From: Peter Cheung <pe...@quantr.hk>
> > Sent: Saturday, December 25, 2021 2:21 PM
> > To: Eirik Bakke <eb...@ultorg.com>; Peter Cheung <mcheung63@hotmail.com
> >
> > Cc: dev@netbeans.apache.org
> > Subject: Re: New theme for netbeans, team member wanted
> >
> > Thanks, accepted your request. Merry Xmas too
> >
> >
> > Thanks
> >
> > From Peter (System Architect, Quantr Limited https://www.quantr.hk ,
> > Mobile : 96554595)
> >
> > ________________________________
> > From: Eirik Bakke <eb...@ultorg.com>
> > Sent: Saturday, December 25, 2021 9:18 PM
> > To: Peter Cheung <mc...@hotmail.com>
> > Cc: Peter Cheung <pe...@quantr.hk>; dev@netbeans.apache.org <
> > dev@netbeans.apache.org>
> > Subject: RE: New theme for netbeans, team member wanted
> >
> >
> > 10.00 (10am) UTC on Tue December 28 works.
> >
> >
> >
> > For anyone who'd like to join, please respond with your email address in
> > this thread, and I can send you a Zoom meeting invite.
> >
> >
> >
> > -- Eirik
> >
> >
> >
> > From: Peter Cheung <mc...@hotmail.com>
> > Sent: Thursday, December 23, 2021 6:02 PM
> > To: Eirik Bakke <eb...@ultorg.com>
> > Cc: peter@quantr.hk; dev@netbeans.apache.org
> > Subject: Re: New theme for netbeans, team member wanted
> >
> >
> >
> > Dear Eirik
> >
> >     Sorry late reply. Shall we do next tue 10 UTC ? thanks
> >
> >
> >
> > Thanks
> >
> > From Peter
> >
> >
> >
> > ________________________________
> >
> > From: Eirik Bakke <eb...@ultorg.com>
> > Sent: Thursday, December 16, 2021 10:35 PM
> > To: dev@netbeans.apache.org <de...@netbeans.apache.org>
> > Subject: RE: New theme for netbeans, team member wanted
> >
> >
> >
> > At the moment, anytime 10.00-22.00 UTC Tuesday or Wednesday would work,
> > for instance. Just let me know which time slot you prefer.
> >
> > -- Eirik
> >
> > -----Original Message-----
> > From: Peter Cheung <mc...@hotmail.com>
> > Sent: Tuesday, December 14, 2021 7:06 PM
> > To: Geertjan Wielenga <ge...@googlemail.com>;
> > dev@netbeans.apache.org
> > Subject: Re: New theme for netbeans, team member wanted
> >
> > Dear Eirik
> >     May I know what time you ok for a net meeting next week? I ask my
> > designers (Noel & Venus) to reserve time. It doesn't have to be hong kong
> > day time, just any time that fit you is ok.
> >
> > Thanks Geertjan too
> >
> >
> > Thanks
> > From Peter
> > ________________________________
> > From: Geertjan Wielenga <ge...@googlemail.com>
> > Sent: Monday, December 6, 2021 4:00 PM
> > To: dev@netbeans.apache.org <de...@netbeans.apache.org>
> > Cc: mcheung63@hotmail.com <mc...@hotmail.com>
> > Subject: Re: New theme for netbeans, team member wanted
> >
> >
> > Great, progress! Yes, a report to this mailing list would be great to
> keep
> > everyone informed.
> >
> > Gj
> >
> > On Mon, 6 Dec 2021 at 07:27, Eirik Bakke <ebakke@ultorg.com<mailto:
> > ebakke@ultorg.com>> wrote:
> > Sure! Are you in Hong Kong? This week I'm on US east coast time and could
> > do an evening call (US time) later in the week. December 15th through
> > January 7 I'll be on central Europe time.
> >
> > I can show the current workflow I've been using for vectorizing NetBeans
> > icons so far, and give you an idea of the work involved.
> >
> > If others are interested in joining, feel free to chime in. (We can write
> > a summary for the mailing list afterwards.)
> >
> > -- Eirik
> >
> > -----Original Message-----
> > From: Peter Cheung <mc...@hotmail.com>>
> > Sent: Sunday, December 5, 2021 12:15 PM
> > To: dev@netbeans.apache.org<ma...@netbeans.apache.org>
> > Subject: Re: New theme for netbeans, team member wanted
> >
> > Dear Eirik
> >     We have read the google sheet. Do you have time to have a zoom this
> > week? So we can have a jump start 🙂
> >
> >
> > Thanks
> > From Peter
> > ________________________________
> > From: Eirik Bakke <eb...@ultorg.com>>
> > Sent: Thursday, November 25, 2021 1:11 AM
> > To: dev@netbeans.apache.org<ma...@netbeans.apache.org> <
> > dev@netbeans.apache.org<ma...@netbeans.apache.org>>
> > Subject: RE: New theme for netbeans, team member wanted
> >
> > Hi, Peter.
> >
> > Fantastic! I'm happy to join a chat--it would be good to include anyone
> > else on this list who is interested as well.
> >
> > For actual decision-making, discussions should happen on the email list,
> > so that everyone can follow along. But a Zoom meeting might be good for a
> > quick overview.
> >
> > The style guide that was used for the first 50 icons is described on
> > https://issues.apache.org/jira/browse/NETBEANS-2617 . The original
> > discussion around this can be found at
> > https://github.com/apache/netbeans/pull/2387 . (If helpful, I could add
> > some example images to the style guide and perhaps pull it out of the
> JIRA
> > issue and into a separate Confluence page.)
> >
> > -- Eirik
> >
> > -----Original Message-----
> > From: Peter Cheung <mc...@hotmail.com>>
> > Sent: Wednesday, November 24, 2021 9:18 AM
> > To: dev@netbeans.apache.org<ma...@netbeans.apache.org>
> > Subject: Re: New theme for netbeans, team member wanted
> >
> > Hi Eirik
> >     We definitely want to help out for the icons. What style you want?
> How
> > about I line up our designers with you for a meeting?
> > Thanks
> > From Peter
> > ________________________________
> > From: Eirik Bakke <eb...@ultorg.com>>
> > Sent: Wednesday, November 24, 2021 1:50 AM
> > To: dev@netbeans.apache.org<ma...@netbeans.apache.org> <
> > dev@netbeans.apache.org<ma...@netbeans.apache.org>>
> > Subject: RE: New theme for netbeans, team member wanted
> >
> > Hi, Peter!
> >
> > There is one big theme-related task which is pending, which is to create
> > new SVG versions of various bitmap icons in the IDE, for modern
> > Retina/HiDPI screens. I did the first 50 (in Adobe Illustrator), and
> picked
> > out the next ones to be prioritized, as you can see here:
> >
> >
> >
> https://issues.apache.org/jira/secure/attachment/13026411/13026411_210604+Icons+Overview+Cropped.png
> >
> >
> https://docs.google.com/spreadsheets/d/1U_pj-I3hk9Wj_7lvHcUDsZfFfBSyCkSGqBuv0qt_qXw/edit#gid=812179705
> > https://issues.apache.org/jira/browse/NETBEANS-2617
> >
> > If you are interested in helping with the icon drawling effort, I'd be
> > happy to help coordinate.
> >
> > As for the Look & Feel, I think NetBeans will now be switching to FlatLAF
> > as the default on all 3 operating systems (Windows, Linux, MacOS). I just
> > transitioned my own NetBeans Platform application to FlatLAF, and it's a
> > very good basis for making NetBeans look good in the future. It's also
> very
> > configurable, so I think alternative themes can be implemented by means
> of
> > configuring and improving FlatLAF, rather than by creating a completely
> new
> > Swing LAF.
> >
> > -- Eirik
> >
> > -----Original Message-----
> > From: Christian Lenz <christian.lenz@gmx.net<mailto:
> christian.lenz@gmx.net
> > >>
> > Sent: Tuesday, November 23, 2021 11:31 AM
> > To: dev@netbeans.apache.org<ma...@netbeans.apache.org>
> > Subject: AW: New theme for netbeans, team member wanted
> >
> > Hey Peter,
> >
> > great to have you on board already. We are discussing to add the Flat LaF
> > as a default theme to NetBeans which is already implemented, but we need
> to
> > switch to it.
> >
> > What I can say what we need is a designer for maybe new UI components.
> > Some components in NetBeans can be combined into one for example Input +
> > button to search for paths etc.
> > Some other parts need a redesign and also proposals. So let us know, what
> > you think to change in NetBeans and show us some examples and let us
> > discuss about it 😊.
> >
> >
> > Cheers
> >
> > Chris
> >
> > Von: Peter Cheung
> > Gesendet: Dienstag, 23. November 2021 04:38
> > An: dev@netbeans.apache.org<ma...@netbeans.apache.org>
> > Betreff: New theme for netbeans, team member wanted
> >
> > Dear All
> >      My name is Peter, from Quantr Limited. I love Netbeans and have been
> > developed few plugins for it. This proves my ambition in Netbeans.
> >
> > https://gitlab.com/quantr/toolchain/netbeans-verilog
> > https://gitlab.com/mcheung63/netbeans-quick-outline
> > https://gitlab.com/mcheung63/MavenRunner
> > https://www.youtube.com/watch?v=rDFkhrHxHMw
> >
> >     Many people said VSCode and intelliJ looks fancier than Netbeans. We
> > want to contribute our power to theme the netbeans, my company has two
> > designers. Below are some of their artworks I have experience in java
> swing
> > styling, I did developer a L&F ten years ago
> > https://gitlab.com/mcheung63/peter-swing
> >
> >     Netbeans is very complex piece of code, we want team members to
> >
> >   1.  Guide us, instruct us
> >   2.  Comment the style
> >   3.  Help us when we meet trouble in code
> >   4.  Coding
> >
> >
> > https://xd.adobe.com/view/9d702288-c88d-4253-96b8-e81013f51b1d-c823/
> > https://xd.adobe.com/view/3327f9a4-7128-4181-80ca-f276843f48ad-6674/
> > https://xd.adobe.com/view/daef7604-73a6-47c8-8f6f-d1888e1038f9-8fbc/
> >
> > Hope to see a reply !!!
> >
> > Thanks
> > From Peter
> >
> >  B KKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKCB
> >   [  X  ܚX K  K[XZ[    ] ][  X  ܚX P  ]  X[ ˘\ X  K ܙ B  ܈ Y  ] [ۘ[
> [X[
> >    K[XZ[
> >    ] Z [    ]  X[ ˘\ X  K ܙ B B  ܈  \   \  [  ܛX] [ۈ X  ]    H  ]  X[
> >  XZ[ [    \      \ ]
> >  B     ΋    Z K \ X  K ܙ   ۙ  Y[  K  \   ^KӑU  PS   XZ[ [    \   B B B B
> >
> >
> B�KKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKCB��[��X��ܚX�KK[XZ[
> > �]�][��X��ܚX�P�]�X[�˘\X�K�ܙ�B��܈Y][ۘ[��[X[� �K[XZ[
> > �]�Z[ �]�X[�˘\X�K�ܙ�B�B��܈�\�\�[��ܛX][ۈX��]H �]�X[��XZ[[��\� ��\�]
> > �B�  ΋����Z�K�\X�K�ܙ���ۙ�Y[��K�\�^KӑU�PS���XZ[[���\� �B�B�B�B
> >
>

Re: New theme for netbeans, team member wanted

Posted by Arafat BOUCHAFRA <ar...@gmail.com>.
Awesome, thanks!

Le mar. 28 déc. 2021 à 13:25, Eirik Bakke <eb...@ultorg.com> a écrit :

> Peter Cheung, Arafat Bouchafra, and me (Eirik Bakke) just had a Zoom video
> chat today, following up on this thread. The three of us are all software
> developers and long-time users of NetBeans.
>
> Icon drawing project summary:
> * Peter's company has two designers who work with Photoshop and
> Illustrator, and he may be willing to allocate some of their time to
> continue the icon drawing process that is tracked in
> https://issues.apache.org/jira/browse/NETBEANS-2617 . Peter will
> communicate with the designers.
> * Eirik has shared with Peter an Illustrator template file containing the
> first 50 SVG icons and artboards/bitmap templates for the next ~167 icons
> to be prioritized (also attached to
> https://issues.apache.org/jira/browse/NETBEANS-2617 ). We did a screen
> sharing where Peter had a look at the file, layers, artboards etc.
> * Peter's designer will try to draw a small batch of ~10 icons in the
> Illustrator template. Then we'll discuss progress. Eirik can help turn this
> next batch of icons into a Pull Request, or walk Peter through how to do
> this. (Exporting the SVG files, adding license headers, copying SVGs into
> the right locations in the NetBeans repo etc.)
>
> Resources:
> * Style guide to be used for new SVG icons, consistent with earlier merged
> PRs: https://issues.apache.org/jira/browse/NETBEANS-2617
> * List of artboards in the Illustrator file, and notes on each icon:
> https://docs.google.com/spreadsheets/d/1U_pj-I3hk9Wj_7lvHcUDsZfFfBSyCkSGqBuv0qt_qXw/edit#gid=812179705
>
> Other topics discussed:
> * Arafat proposed more ambitious changes to NetBeans' look & feel, and we
> exchanged ideas. Eirik mentioned the recent discussion thread that ended up
> making FlatLAF the default LAF on NetBeans.
> * Arafat also mentioned possible approaches to get support for animated
> icons.
> * Arafat inquired about whether there still exists a "NetBeans Certified
> Engineer Course". He has been teaching Computer Science courses himself. We
> looked at
> https://netbeans.apache.org/wiki/NetBeansCertifiedEngineerCourse.asciidoc
> , but this seems like an old page.
> * Eirik suggested sending out a separate email to dev@netbeans.apache.org
> to discuss bigger or more controversial ideas. (Since decision-making in
> the NetBeans project is based on open discussion on the mailing list and in
> GitHub Pull Requests, rather than in meetings or private sub-groups.)
>
> -- Eirik
>
> -----Original Message-----
> From: Eirik Bakke <eb...@ultorg.com>
> Sent: Saturday, December 25, 2021 2:24 PM
> To: Peter Cheung <pe...@quantr.hk>; Peter Cheung <mc...@hotmail.com>
> Cc: dev@netbeans.apache.org
> Subject: RE: New theme for netbeans, team member wanted
>
> Great! I sent invites to the people already in this thread.
>
> Merry Christmas!
>
> -- Eirik
>
> From: Peter Cheung <pe...@quantr.hk>
> Sent: Saturday, December 25, 2021 2:21 PM
> To: Eirik Bakke <eb...@ultorg.com>; Peter Cheung <mc...@hotmail.com>
> Cc: dev@netbeans.apache.org
> Subject: Re: New theme for netbeans, team member wanted
>
> Thanks, accepted your request. Merry Xmas too
>
>
> Thanks
>
> From Peter (System Architect, Quantr Limited https://www.quantr.hk ,
> Mobile : 96554595)
>
> ________________________________
> From: Eirik Bakke <eb...@ultorg.com>
> Sent: Saturday, December 25, 2021 9:18 PM
> To: Peter Cheung <mc...@hotmail.com>
> Cc: Peter Cheung <pe...@quantr.hk>; dev@netbeans.apache.org <
> dev@netbeans.apache.org>
> Subject: RE: New theme for netbeans, team member wanted
>
>
> 10.00 (10am) UTC on Tue December 28 works.
>
>
>
> For anyone who'd like to join, please respond with your email address in
> this thread, and I can send you a Zoom meeting invite.
>
>
>
> -- Eirik
>
>
>
> From: Peter Cheung <mc...@hotmail.com>
> Sent: Thursday, December 23, 2021 6:02 PM
> To: Eirik Bakke <eb...@ultorg.com>
> Cc: peter@quantr.hk; dev@netbeans.apache.org
> Subject: Re: New theme for netbeans, team member wanted
>
>
>
> Dear Eirik
>
>     Sorry late reply. Shall we do next tue 10 UTC ? thanks
>
>
>
> Thanks
>
> From Peter
>
>
>
> ________________________________
>
> From: Eirik Bakke <eb...@ultorg.com>
> Sent: Thursday, December 16, 2021 10:35 PM
> To: dev@netbeans.apache.org <de...@netbeans.apache.org>
> Subject: RE: New theme for netbeans, team member wanted
>
>
>
> At the moment, anytime 10.00-22.00 UTC Tuesday or Wednesday would work,
> for instance. Just let me know which time slot you prefer.
>
> -- Eirik
>
> -----Original Message-----
> From: Peter Cheung <mc...@hotmail.com>
> Sent: Tuesday, December 14, 2021 7:06 PM
> To: Geertjan Wielenga <ge...@googlemail.com>;
> dev@netbeans.apache.org
> Subject: Re: New theme for netbeans, team member wanted
>
> Dear Eirik
>     May I know what time you ok for a net meeting next week? I ask my
> designers (Noel & Venus) to reserve time. It doesn't have to be hong kong
> day time, just any time that fit you is ok.
>
> Thanks Geertjan too
>
>
> Thanks
> From Peter
> ________________________________
> From: Geertjan Wielenga <ge...@googlemail.com>
> Sent: Monday, December 6, 2021 4:00 PM
> To: dev@netbeans.apache.org <de...@netbeans.apache.org>
> Cc: mcheung63@hotmail.com <mc...@hotmail.com>
> Subject: Re: New theme for netbeans, team member wanted
>
>
> Great, progress! Yes, a report to this mailing list would be great to keep
> everyone informed.
>
> Gj
>
> On Mon, 6 Dec 2021 at 07:27, Eirik Bakke <ebakke@ultorg.com<mailto:
> ebakke@ultorg.com>> wrote:
> Sure! Are you in Hong Kong? This week I'm on US east coast time and could
> do an evening call (US time) later in the week. December 15th through
> January 7 I'll be on central Europe time.
>
> I can show the current workflow I've been using for vectorizing NetBeans
> icons so far, and give you an idea of the work involved.
>
> If others are interested in joining, feel free to chime in. (We can write
> a summary for the mailing list afterwards.)
>
> -- Eirik
>
> -----Original Message-----
> From: Peter Cheung <mc...@hotmail.com>>
> Sent: Sunday, December 5, 2021 12:15 PM
> To: dev@netbeans.apache.org<ma...@netbeans.apache.org>
> Subject: Re: New theme for netbeans, team member wanted
>
> Dear Eirik
>     We have read the google sheet. Do you have time to have a zoom this
> week? So we can have a jump start 🙂
>
>
> Thanks
> From Peter
> ________________________________
> From: Eirik Bakke <eb...@ultorg.com>>
> Sent: Thursday, November 25, 2021 1:11 AM
> To: dev@netbeans.apache.org<ma...@netbeans.apache.org> <
> dev@netbeans.apache.org<ma...@netbeans.apache.org>>
> Subject: RE: New theme for netbeans, team member wanted
>
> Hi, Peter.
>
> Fantastic! I'm happy to join a chat--it would be good to include anyone
> else on this list who is interested as well.
>
> For actual decision-making, discussions should happen on the email list,
> so that everyone can follow along. But a Zoom meeting might be good for a
> quick overview.
>
> The style guide that was used for the first 50 icons is described on
> https://issues.apache.org/jira/browse/NETBEANS-2617 . The original
> discussion around this can be found at
> https://github.com/apache/netbeans/pull/2387 . (If helpful, I could add
> some example images to the style guide and perhaps pull it out of the JIRA
> issue and into a separate Confluence page.)
>
> -- Eirik
>
> -----Original Message-----
> From: Peter Cheung <mc...@hotmail.com>>
> Sent: Wednesday, November 24, 2021 9:18 AM
> To: dev@netbeans.apache.org<ma...@netbeans.apache.org>
> Subject: Re: New theme for netbeans, team member wanted
>
> Hi Eirik
>     We definitely want to help out for the icons. What style you want? How
> about I line up our designers with you for a meeting?
> Thanks
> From Peter
> ________________________________
> From: Eirik Bakke <eb...@ultorg.com>>
> Sent: Wednesday, November 24, 2021 1:50 AM
> To: dev@netbeans.apache.org<ma...@netbeans.apache.org> <
> dev@netbeans.apache.org<ma...@netbeans.apache.org>>
> Subject: RE: New theme for netbeans, team member wanted
>
> Hi, Peter!
>
> There is one big theme-related task which is pending, which is to create
> new SVG versions of various bitmap icons in the IDE, for modern
> Retina/HiDPI screens. I did the first 50 (in Adobe Illustrator), and picked
> out the next ones to be prioritized, as you can see here:
>
>
> https://issues.apache.org/jira/secure/attachment/13026411/13026411_210604+Icons+Overview+Cropped.png
>
> https://docs.google.com/spreadsheets/d/1U_pj-I3hk9Wj_7lvHcUDsZfFfBSyCkSGqBuv0qt_qXw/edit#gid=812179705
> https://issues.apache.org/jira/browse/NETBEANS-2617
>
> If you are interested in helping with the icon drawling effort, I'd be
> happy to help coordinate.
>
> As for the Look & Feel, I think NetBeans will now be switching to FlatLAF
> as the default on all 3 operating systems (Windows, Linux, MacOS). I just
> transitioned my own NetBeans Platform application to FlatLAF, and it's a
> very good basis for making NetBeans look good in the future. It's also very
> configurable, so I think alternative themes can be implemented by means of
> configuring and improving FlatLAF, rather than by creating a completely new
> Swing LAF.
>
> -- Eirik
>
> -----Original Message-----
> From: Christian Lenz <christian.lenz@gmx.net<mailto:christian.lenz@gmx.net
> >>
> Sent: Tuesday, November 23, 2021 11:31 AM
> To: dev@netbeans.apache.org<ma...@netbeans.apache.org>
> Subject: AW: New theme for netbeans, team member wanted
>
> Hey Peter,
>
> great to have you on board already. We are discussing to add the Flat LaF
> as a default theme to NetBeans which is already implemented, but we need to
> switch to it.
>
> What I can say what we need is a designer for maybe new UI components.
> Some components in NetBeans can be combined into one for example Input +
> button to search for paths etc.
> Some other parts need a redesign and also proposals. So let us know, what
> you think to change in NetBeans and show us some examples and let us
> discuss about it 😊.
>
>
> Cheers
>
> Chris
>
> Von: Peter Cheung
> Gesendet: Dienstag, 23. November 2021 04:38
> An: dev@netbeans.apache.org<ma...@netbeans.apache.org>
> Betreff: New theme for netbeans, team member wanted
>
> Dear All
>      My name is Peter, from Quantr Limited. I love Netbeans and have been
> developed few plugins for it. This proves my ambition in Netbeans.
>
> https://gitlab.com/quantr/toolchain/netbeans-verilog
> https://gitlab.com/mcheung63/netbeans-quick-outline
> https://gitlab.com/mcheung63/MavenRunner
> https://www.youtube.com/watch?v=rDFkhrHxHMw
>
>     Many people said VSCode and intelliJ looks fancier than Netbeans. We
> want to contribute our power to theme the netbeans, my company has two
> designers. Below are some of their artworks I have experience in java swing
> styling, I did developer a L&F ten years ago
> https://gitlab.com/mcheung63/peter-swing
>
>     Netbeans is very complex piece of code, we want team members to
>
>   1.  Guide us, instruct us
>   2.  Comment the style
>   3.  Help us when we meet trouble in code
>   4.  Coding
>
>
> https://xd.adobe.com/view/9d702288-c88d-4253-96b8-e81013f51b1d-c823/
> https://xd.adobe.com/view/3327f9a4-7128-4181-80ca-f276843f48ad-6674/
> https://xd.adobe.com/view/daef7604-73a6-47c8-8f6f-d1888e1038f9-8fbc/
>
> Hope to see a reply !!!
>
> Thanks
> From Peter
>
>  B KKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKCB
>   [  X  ܚX K  K[XZ[    ] ][  X  ܚX P  ]  X[ ˘\ X  K ܙ B  ܈ Y  ] [ۘ[    [X[
>    K[XZ[
>    ] Z [    ]  X[ ˘\ X  K ܙ B B  ܈  \   \  [  ܛX] [ۈ X  ]    H  ]  X[
>  XZ[ [    \      \ ]
>  B     ΋    Z K \ X  K ܙ   ۙ  Y[  K  \   ^KӑU  PS   XZ[ [    \   B B B B
>
> B�KKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKCB��[��X��ܚX�KK[XZ[
> �]�][��X��ܚX�P�]�X[�˘\X�K�ܙ�B��܈Y][ۘ[��[X[� �K[XZ[
> �]�Z[ �]�X[�˘\X�K�ܙ�B�B��܈�\�\�[��ܛX][ۈX��]H �]�X[��XZ[[��\� ��\�]
> �B�  ΋����Z�K�\X�K�ܙ���ۙ�Y[��K�\�^KӑU�PS���XZ[[���\� �B�B�B�B
>

Re: New theme for netbeans, team member wanted

Posted by Alexius DIAKOGIANNIS <al...@outlook.com>.
I just saw this thread and I am happy to help. Is there any group for that?

--
Alexius Dennis DIAKOGIANNIS
Archer/Software Architect/Java Geek

About me: https://about.me/diakogiannis/
Linked In: https://www.linkedin.com/in/diakogiannis/
Blog:  https://www.jee.gr
PGP Pub Key: https://pgp.key-server.io/0x669822139B6027AC
________________________________
From: Eric Bresie <eb...@gmail.com>
Sent: Sunday, January 2, 2022 6:09 PM
To: dev@netbeans.apache.org <de...@netbeans.apache.org>
Subject: Re: New theme for netbeans, team member wanted

On Sat, Jan 1, 2022 at 6:05 AM Eirik Bakke <eb...@ultorg.com> wrote:

> My general point is that redrawing the icons is a massive task--there are
> thousands of unique icons in NetBeans, and many hundreds that are seen
> frequently. We really need to keep the process as simple as possible, to
> have a chance to get it done. The main goal here--for my own work at
> least--is to make NetBeans look good on Retina displays (all MacBooks) and
> other HiDPI displays (on both Windows and Linux).
>

There was brief discussion on possibility of automating the transformation
to SVG ( https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.apache.org%2Fthread%2Fg578klsz72pmdpyw9ll49dm6393k1vf8&amp;data=04%7C01%7C%7Ca7b0dd25c0814d25778808d9ce12aa94%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637767401827460750%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&amp;sdata=F3oSlg6syOxCfrjcpKb7CXGSD3cZSBgTLVbO%2BQJU5lo%3D&amp;reserved=0
) but believe it was found to not really be a good option, but figured I
mention in case I’ve misinterpreted it.

> It's probably less work to consider this now than retrofit them all later?
> No, I think retrofitting is actually easier--it could be done in one big
> batch operation. It would have to be part of a general effort to change the
> color scheme, which requires seeing all the ready-drawn icons side-by-side.
> There's also the YAGNI principle--don't pre-architect for functionality we
> won't yet implement.
>
> I also happen to think that the existing icon color scheme is actually a
> good one, and that animations should be avoided. Accent colors are a good
> idea, but can be limited to other parts of the LAF, such as selection
> highlights.
>
> -- Eirik
>
--
Eric Bresie
ebresie@gmail.com

Re: New theme for netbeans, team member wanted

Posted by Eric Bresie <eb...@gmail.com>.
On Sat, Jan 1, 2022 at 6:05 AM Eirik Bakke <eb...@ultorg.com> wrote:

> My general point is that redrawing the icons is a massive task--there are
> thousands of unique icons in NetBeans, and many hundreds that are seen
> frequently. We really need to keep the process as simple as possible, to
> have a chance to get it done. The main goal here--for my own work at
> least--is to make NetBeans look good on Retina displays (all MacBooks) and
> other HiDPI displays (on both Windows and Linux).
>

There was brief discussion on possibility of automating the transformation
to SVG ( https://lists.apache.org/thread/g578klsz72pmdpyw9ll49dm6393k1vf8
) but believe it was found to not really be a good option, but figured I
mention in case I’ve misinterpreted it.

> It's probably less work to consider this now than retrofit them all later?
> No, I think retrofitting is actually easier--it could be done in one big
> batch operation. It would have to be part of a general effort to change the
> color scheme, which requires seeing all the ready-drawn icons side-by-side.
> There's also the YAGNI principle--don't pre-architect for functionality we
> won't yet implement.
>
> I also happen to think that the existing icon color scheme is actually a
> good one, and that animations should be avoided. Accent colors are a good
> idea, but can be limited to other parts of the LAF, such as selection
> highlights.
>
> -- Eirik
>
-- 
Eric Bresie
ebresie@gmail.com

Re: New theme for netbeans, team member wanted

Posted by Arafat BOUCHAFRA <ar...@gmail.com>.
Looks great!

Le mar. 8 févr. 2022 à 10:19, Peter Cheung <pe...@quantr.hk> a écrit :

> Hey Eirik and All
>     Please check the attachment. Is the designs good? Sorry i was so busy.
> Have a sync up meeting?
>
> Thanks
>
> From Peter (System Architect, Quantr Limited https://www.quantr.hk ,
> Mobile : 96554595)
> ------------------------------
> *From:* Eirik Bakke <eb...@ultorg.com>
> *Sent:* Thursday, January 20, 2022 12:48 AM
> *To:* Venus Chung <ve...@quantr.hk>
> *Cc:* Peter Cheung <pe...@quantr.hk>; Apache NetBeans <
> dev@netbeans.apache.org>; Peter Cheung <mc...@hotmail.com>; Arafat
> BOUCHAFRA <ar...@gmail.com>
> *Subject:* RE: New theme for netbeans, team member wanted
>
>
> In case it is helpful, I made a quick screencast video showing the icon
> drawing process I used in the past, in Adobe Illustrator:
>
>
>
> https://vimeo.com/manage/videos/667860571
>
>
>
> -- Eirik
>
>
>
> *From:* Arafat BOUCHAFRA <ar...@gmail.com>
> *Sent:* Wednesday, January 19, 2022 9:35 AM
> *To:* Eirik Bakke <eb...@ultorg.com>
> *Cc:* Venus Chung <ve...@quantr.hk>; Peter Cheung <pe...@quantr.hk>;
> Apache NetBeans <de...@netbeans.apache.org>; Peter Cheung <
> mcheung63@hotmail.com>
> *Subject:* Re: New theme for netbeans, team member wanted
>
>
>
> No worries, thanks for the update!
>
>
>
> Le mer. 19 janv. 2022 à 14:35, Eirik Bakke <eb...@ultorg.com> a écrit :
>
> Sorry about that--thank you for your help with this project! Happy to
> answer any questions, or to do a screen sharing session.
>
>
>
> (When I was drawing icons myself, it took me many hours to figure out the
> right tools to use in Illustrator to get the right result. But it goes
> faster after a few icons!)
>
>
>
> There is also a style guide at
> https://issues.apache.org/jira/browse/NETBEANS-2617 .
>
>
>
> -- Eirik
>
>
>
> *From:* Venus Chung <ve...@quantr.hk>
> *Sent:* Wednesday, January 19, 2022 1:34 AM
> *To:* Eirik Bakke <eb...@ultorg.com>; Peter Cheung <pe...@quantr.hk>;
> dev@netbeans.apache.org
> *Cc:* Arafat BOUCHAFRA <ar...@gmail.com>; Peter Cheung <
> mcheung63@hotmail.com>
> *Subject:* 回覆: New theme for netbeans, team member wanted
>
>
>
> Dear All,
>
>
>
> I made a mistake,I designed the wrong icon, it needs to be redesigned,
> please give me more time.
>
>
>
> Best Regards,
> Venus
> ------------------------------
>
> *寄件者:* Eirik Bakke <eb...@ultorg.com>
> *寄件日期:* 2022年1月18日 下午 11:11
> *收件者:* Peter Cheung <pe...@quantr.hk>; dev@netbeans.apache.org <
> dev@netbeans.apache.org>
> *副本:* Arafat BOUCHAFRA <ar...@gmail.com>; Peter Cheung <
> mcheung63@hotmail.com>; Venus Chung <ve...@quantr.hk>
> *主旨:* RE: New theme for netbeans, team member wanted
>
>
>
> Hi, Peter.
>
>
>
> Thank you so much for these efforts!! Could we see what the icons look
> like without Pixel Preview enabled? (View->Pixel Preview in Illustrator)
>
>
>
> Might you also send the latest version of the Illustrator file? I'd love
> to have a look at grid alignments, and see the new icons against the
> background layer with the old bitmap icons, and at different resolutions
> etc.
>
>
>
> Happy to meet next week. I could do anytime 8am-11am Hong Kong time, for
> instance. Feel free to pick a day.
>
>
>
> Thanks again very much to Venus and you!
>
>
>
> -- Eirik
>
> (Now on US east coast time.)
>
>
>
> *From:* Peter Cheung <pe...@quantr.hk>
> *Sent:* Tuesday, January 18, 2022 1:45 AM
> *To:* Eirik Bakke <eb...@ultorg.com>; dev@netbeans.apache.org
> *Cc:* Arafat BOUCHAFRA <ar...@gmail.com>; Peter Cheung <
> mcheung63@hotmail.com>
> *Subject:* Re: New theme for netbeans, team member wanted
>
>
>
> Dear Eirik & All
>
>     Let's have a wrap-up meeting next week?
>
>
>
> Thanks
>
> From Peter (System Architect, Quantr Limited https://www.quantr.hk ,
> Mobile : 96554595)
> ------------------------------
>
> *From:* Peter Cheung <pe...@quantr.hk>
> *Sent:* Tuesday, January 18, 2022 11:36 AM
> *To:* Eirik Bakke <eb...@ultorg.com>; dev@netbeans.apache.org <
> dev@netbeans.apache.org>
> *Cc:* Arafat BOUCHAFRA <ar...@gmail.com>; Peter Cheung <
> mcheung63@hotmail.com>
> *Subject:* Re: New theme for netbeans, team member wanted
>
>
>
> Dear all
>
>     Please see the last three rows, is the style matched?
>
>
>
> Thanks
>
> From Peter (System Architect, Quantr Limited https://www.quantr.hk ,
> Mobile : 96554595)
> ------------------------------
>
> *From:* Eirik Bakke <eb...@ultorg.com>
> *Sent:* Thursday, January 13, 2022 1:17 AM
> *To:* dev@netbeans.apache.org <de...@netbeans.apache.org>
> *Cc:* Arafat BOUCHAFRA <ar...@gmail.com>; Peter Cheung <
> mcheung63@hotmail.com>; Peter Cheung <pe...@quantr.hk>
> *Subject:* RE: New theme for netbeans, team member wanted
>
>
>
> I think I understand your goal, and this thread now has a good summary of
> pros and cons.
>
> Again, this is really up to whoever does the icon drawing work. Myself, I
> have just contributed the icons that happened to be used in my NetBeans
> Platform app.
>
> Would you be interested in participating in the actual icon drawing
> process, by the way? Or is the use of Adobe Illustrator a deal-breaker for
> you? My company could pay for a license.
>
> Alternatively we could try to work out an Inkscape process, if someone
> wants to commit to drawing a significant number of icons in it (separate
> from the ones Peter Cheung is working on). Although the lack of an
> Artboards feature in Inkscape could be a problem.
>
> -- Eirik
> [1]
> https://issues.apache.org/jira/secure/attachment/13026411/13026411_210604+Icons+Overview+Cropped.png
>
> -----Original Message-----
> From: Neil C Smith <ne...@apache.org>
> Sent: Wednesday, January 12, 2022 11:18 AM
> To: dev@netbeans.apache.org
> Cc: Arafat BOUCHAFRA <ar...@gmail.com>; Peter Cheung <
> mcheung63@hotmail.com>; Peter Cheung <pe...@quantr.hk>
> Subject: Re: New theme for netbeans, team member wanted
>
> On Wed, 12 Jan 2022 at 15:48, Eirik Bakke <eb...@ultorg.com> wrote:
> > Sorry, to clarify: The point about the color palette was my own. My
> argument is that the existing NetBeans icon style is not very well-suited
> for assigning logical colors. In order to designate a meaningful,
> configurable, "accent color", for example, we would have to change the
> overall color palette of the entire icon set. And that's something that's
> easier to do after-the-fact than up-front (see my earlier explanation for
> why).
>
> This is where I somewhat disagree, although I think we're talking about
> different things.
>
> Take 3 different icons - folder, warning, and lightbulb (not sure we have
> one, but ...)
>
> They might all be the same shade of yellow.  However, maybe you want the
> folder icons to take on the accent colour of a look and feel, while a dark
> theme might want to make the shades of the other two a darker yellow, or
> just the warning to match other things in the theme.
>
> Maybe we want to edit the icon files later - this could apply there as
> much as in icon loading.
>
> The point was that to have the icons encode the context of a fill colour
> (eg. CSS class), as well as the colour itself, is potentially useful in
> multiple ways.  And as far as I'm aware, easier to define upfront in a
> template for all icons, than later.  At least in Inkscape (I'm a libre
> graphics person! :-)) I would set up the common stylesheet / palette first,
> then apply to each shape.
>
> Best wishes,
>
> Neil
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@netbeans.apache.org
> For additional commands, e-mail: dev-help@netbeans.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>

RE: New theme for netbeans, team member wanted

Posted by Eirik Bakke <eb...@ultorg.com>.
Great--I sent a Zoom invite to you and Venus.

Anyone else who'd like to join, just let me know, and I'll send you the invite.

-- Eirik

From: Peter Cheung <pe...@quantr.hk>
Sent: Tuesday, February 8, 2022 10:25 AM
To: Eirik Bakke <eb...@ultorg.com>; Venus Chung <ve...@quantr.hk>
Cc: Apache NetBeans <de...@netbeans.apache.org>; Peter Cheung <mc...@hotmail.com>; Arafat BOUCHAFRA <ar...@gmail.com>
Subject: Re: New theme for netbeans, team member wanted

Dear Eirik
    Thanks for your time, how about HKT sat 9am please?


Thanks

From Peter (System Architect, Quantr Limited https://www.quantr.hk , Mobile : 96554595)

________________________________
From: Eirik Bakke <eb...@ultorg.com>
Sent: Tuesday, February 8, 2022 11:20 PM
To: Peter Cheung <pe...@quantr.hk>; Venus Chung <ve...@quantr.hk>
Cc: Apache NetBeans <de...@netbeans.apache.org>; Peter Cheung <mc...@hotmail.com>; Arafat BOUCHAFRA <ar...@gmail.com>
Subject: RE: New theme for netbeans, team member wanted


Saturday morning HK time is fine with me! If you pick a time I can send an invite.



(Apologies to those in other time zones who were interested in joining--it's always night in one of Europe, US East Coast, or Hong Kong. I'll send out a summary of the meeting afterwards like the previous time.)



Thanks again!



-- Eirik



From: Peter Cheung <pe...@quantr.hk>
Sent: Tuesday, February 8, 2022 8:37 AM
To: Eirik Bakke <eb...@ultorg.com>; Venus Chung <ve...@quantr.hk>
Cc: Apache NetBeans <de...@netbeans.apache.org>; Peter Cheung <mc...@hotmail.com>; Arafat BOUCHAFRA <ar...@gmail.com>
Subject: Re: New theme for netbeans, team member wanted



Hi

   Can we do sat morning?



Thanks

Peter (System Architect, Quantr Limited)

________________________________

寄件者: Eirik Bakke <eb...@ultorg.com>
寄件日期: Tuesday, February 8, 2022 8:30:43 PM
收件者: Peter Cheung <pe...@quantr.hk>; Venus Chung <ve...@quantr.hk>
副本: Apache NetBeans <de...@netbeans.apache.org>; Peter Cheung <mc...@hotmail.com>; Arafat BOUCHAFRA <ar...@gmail.com>
主旨: RE: New theme for netbeans, team member wanted



Excellent work, Venus and Peter! Looks great! I can help review and adjust a few pixel alignment issues, but this work will definitively be usable.



I could do another Zoom chat most days 8am-11am Hong Kong time, for instance. (I'm on US east coast time now.)



-- Eirik



From: Peter Cheung <pe...@quantr.hk>
Sent: Tuesday, February 8, 2022 4:19 AM
To: Eirik Bakke <eb...@ultorg.com>; Venus Chung <ve...@quantr.hk>
Cc: Apache NetBeans <de...@netbeans.apache.org>; Peter Cheung <mc...@hotmail.com>; Arafat BOUCHAFRA <ar...@gmail.com>
Subject: Re: New theme for netbeans, team member wanted



Hey Eirik and All

    Please check the attachment. Is the designs good? Sorry i was so busy. Have a sync up meeting?



Thanks

From Peter (System Architect, Quantr Limited https://www.quantr.hk , Mobile : 96554595)

________________________________

From: Eirik Bakke <eb...@ultorg.com>
Sent: Thursday, January 20, 2022 12:48 AM
To: Venus Chung <ve...@quantr.hk>
Cc: Peter Cheung <pe...@quantr.hk>; Apache NetBeans <de...@netbeans.apache.org>; Peter Cheung <mc...@hotmail.com>; Arafat BOUCHAFRA <ar...@gmail.com>
Subject: RE: New theme for netbeans, team member wanted



In case it is helpful, I made a quick screencast video showing the icon drawing process I used in the past, in Adobe Illustrator:



https://vimeo.com/manage/videos/667860571



-- Eirik



From: Arafat BOUCHAFRA <ar...@gmail.com>
Sent: Wednesday, January 19, 2022 9:35 AM
To: Eirik Bakke <eb...@ultorg.com>
Cc: Venus Chung <ve...@quantr.hk>; Peter Cheung <pe...@quantr.hk>; Apache NetBeans <de...@netbeans.apache.org>; Peter Cheung <mc...@hotmail.com>
Subject: Re: New theme for netbeans, team member wanted



No worries, thanks for the update!



Le mer. 19 janv. 2022 à 14:35, Eirik Bakke <eb...@ultorg.com>> a écrit :

Sorry about that--thank you for your help with this project! Happy to answer any questions, or to do a screen sharing session.



(When I was drawing icons myself, it took me many hours to figure out the right tools to use in Illustrator to get the right result. But it goes faster after a few icons!)



There is also a style guide at https://issues.apache.org/jira/browse/NETBEANS-2617 .



-- Eirik



From: Venus Chung <ve...@quantr.hk>>
Sent: Wednesday, January 19, 2022 1:34 AM
To: Eirik Bakke <eb...@ultorg.com>>; Peter Cheung <pe...@quantr.hk>>; dev@netbeans.apache.org<ma...@netbeans.apache.org>
Cc: Arafat BOUCHAFRA <ar...@gmail.com>>; Peter Cheung <mc...@hotmail.com>>
Subject: 回覆: New theme for netbeans, team member wanted



Dear All,



I made a mistake,I designed the wrong icon, it needs to be redesigned, please give me more time.



Best Regards,
Venus

________________________________

寄件者: Eirik Bakke <eb...@ultorg.com>>
寄件日期: 2022年1月18日 下午 11:11
收件者: Peter Cheung <pe...@quantr.hk>>; dev@netbeans.apache.org<ma...@netbeans.apache.org> <de...@netbeans.apache.org>>
副本: Arafat BOUCHAFRA <ar...@gmail.com>>; Peter Cheung <mc...@hotmail.com>>; Venus Chung <ve...@quantr.hk>>
主旨: RE: New theme for netbeans, team member wanted



Hi, Peter.



Thank you so much for these efforts!! Could we see what the icons look like without Pixel Preview enabled? (View->Pixel Preview in Illustrator)



Might you also send the latest version of the Illustrator file? I'd love to have a look at grid alignments, and see the new icons against the background layer with the old bitmap icons, and at different resolutions etc.



Happy to meet next week. I could do anytime 8am-11am Hong Kong time, for instance. Feel free to pick a day.



Thanks again very much to Venus and you!



-- Eirik

(Now on US east coast time.)



From: Peter Cheung <pe...@quantr.hk>>
Sent: Tuesday, January 18, 2022 1:45 AM
To: Eirik Bakke <eb...@ultorg.com>>; dev@netbeans.apache.org<ma...@netbeans.apache.org>
Cc: Arafat BOUCHAFRA <ar...@gmail.com>>; Peter Cheung <mc...@hotmail.com>>
Subject: Re: New theme for netbeans, team member wanted



Dear Eirik & All

    Let's have a wrap-up meeting next week?



Thanks

From Peter (System Architect, Quantr Limited https://www.quantr.hk , Mobile : 96554595)

________________________________

From: Peter Cheung <pe...@quantr.hk>>
Sent: Tuesday, January 18, 2022 11:36 AM
To: Eirik Bakke <eb...@ultorg.com>>; dev@netbeans.apache.org<ma...@netbeans.apache.org> <de...@netbeans.apache.org>>
Cc: Arafat BOUCHAFRA <ar...@gmail.com>>; Peter Cheung <mc...@hotmail.com>>
Subject: Re: New theme for netbeans, team member wanted



Dear all

    Please see the last three rows, is the style matched?



Thanks

From Peter (System Architect, Quantr Limited https://www.quantr.hk , Mobile : 96554595)

________________________________

From: Eirik Bakke <eb...@ultorg.com>>
Sent: Thursday, January 13, 2022 1:17 AM
To: dev@netbeans.apache.org<ma...@netbeans.apache.org> <de...@netbeans.apache.org>>
Cc: Arafat BOUCHAFRA <ar...@gmail.com>>; Peter Cheung <mc...@hotmail.com>>; Peter Cheung <pe...@quantr.hk>>
Subject: RE: New theme for netbeans, team member wanted



I think I understand your goal, and this thread now has a good summary of pros and cons.

Again, this is really up to whoever does the icon drawing work. Myself, I have just contributed the icons that happened to be used in my NetBeans Platform app.

Would you be interested in participating in the actual icon drawing process, by the way? Or is the use of Adobe Illustrator a deal-breaker for you? My company could pay for a license.

Alternatively we could try to work out an Inkscape process, if someone wants to commit to drawing a significant number of icons in it (separate from the ones Peter Cheung is working on). Although the lack of an Artboards feature in Inkscape could be a problem.

-- Eirik
[1] https://issues.apache.org/jira/secure/attachment/13026411/13026411_210604+Icons+Overview+Cropped.png

-----Original Message-----
From: Neil C Smith <ne...@apache.org>>
Sent: Wednesday, January 12, 2022 11:18 AM
To: dev@netbeans.apache.org<ma...@netbeans.apache.org>
Cc: Arafat BOUCHAFRA <ar...@gmail.com>>; Peter Cheung <mc...@hotmail.com>>; Peter Cheung <pe...@quantr.hk>>
Subject: Re: New theme for netbeans, team member wanted

On Wed, 12 Jan 2022 at 15:48, Eirik Bakke <eb...@ultorg.com>> wrote:
> Sorry, to clarify: The point about the color palette was my own. My argument is that the existing NetBeans icon style is not very well-suited for assigning logical colors. In order to designate a meaningful, configurable, "accent color", for example, we would have to change the overall color palette of the entire icon set. And that's something that's easier to do after-the-fact than up-front (see my earlier explanation for why).

This is where I somewhat disagree, although I think we're talking about different things.

Take 3 different icons - folder, warning, and lightbulb (not sure we have one, but ...)

They might all be the same shade of yellow.  However, maybe you want the folder icons to take on the accent colour of a look and feel, while a dark theme might want to make the shades of the other two a darker yellow, or just the warning to match other things in the theme.

Maybe we want to edit the icon files later - this could apply there as much as in icon loading.

The point was that to have the icons encode the context of a fill colour (eg. CSS class), as well as the colour itself, is potentially useful in multiple ways.  And as far as I'm aware, easier to define upfront in a template for all icons, than later.  At least in Inkscape (I'm a libre graphics person! :-)) I would set up the common stylesheet / palette first, then apply to each shape.

Best wishes,

Neil

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

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

RE: New theme for netbeans, team member wanted

Posted by Eirik Bakke <eb...@ultorg.com>.
Saturday morning HK time is fine with me! If you pick a time I can send an invite.

(Apologies to those in other time zones who were interested in joining--it's always night in one of Europe, US East Coast, or Hong Kong. I'll send out a summary of the meeting afterwards like the previous time.)

Thanks again!

-- Eirik

From: Peter Cheung <pe...@quantr.hk>
Sent: Tuesday, February 8, 2022 8:37 AM
To: Eirik Bakke <eb...@ultorg.com>; Venus Chung <ve...@quantr.hk>
Cc: Apache NetBeans <de...@netbeans.apache.org>; Peter Cheung <mc...@hotmail.com>; Arafat BOUCHAFRA <ar...@gmail.com>
Subject: Re: New theme for netbeans, team member wanted

Hi
   Can we do sat morning?

Thanks
Peter (System Architect, Quantr Limited)
________________________________
寄件者: Eirik Bakke <eb...@ultorg.com>
寄件日期: Tuesday, February 8, 2022 8:30:43 PM
收件者: Peter Cheung <pe...@quantr.hk>; Venus Chung <ve...@quantr.hk>
副本: Apache NetBeans <de...@netbeans.apache.org>; Peter Cheung <mc...@hotmail.com>; Arafat BOUCHAFRA <ar...@gmail.com>
主旨: RE: New theme for netbeans, team member wanted


Excellent work, Venus and Peter! Looks great! I can help review and adjust a few pixel alignment issues, but this work will definitively be usable.



I could do another Zoom chat most days 8am-11am Hong Kong time, for instance. (I'm on US east coast time now.)



-- Eirik



From: Peter Cheung <pe...@quantr.hk>
Sent: Tuesday, February 8, 2022 4:19 AM
To: Eirik Bakke <eb...@ultorg.com>; Venus Chung <ve...@quantr.hk>
Cc: Apache NetBeans <de...@netbeans.apache.org>; Peter Cheung <mc...@hotmail.com>; Arafat BOUCHAFRA <ar...@gmail.com>
Subject: Re: New theme for netbeans, team member wanted



Hey Eirik and All

    Please check the attachment. Is the designs good? Sorry i was so busy. Have a sync up meeting?



Thanks

From Peter (System Architect, Quantr Limited https://www.quantr.hk , Mobile : 96554595)

________________________________

From: Eirik Bakke <eb...@ultorg.com>
Sent: Thursday, January 20, 2022 12:48 AM
To: Venus Chung <ve...@quantr.hk>
Cc: Peter Cheung <pe...@quantr.hk>; Apache NetBeans <de...@netbeans.apache.org>; Peter Cheung <mc...@hotmail.com>; Arafat BOUCHAFRA <ar...@gmail.com>
Subject: RE: New theme for netbeans, team member wanted



In case it is helpful, I made a quick screencast video showing the icon drawing process I used in the past, in Adobe Illustrator:



https://vimeo.com/manage/videos/667860571



-- Eirik



From: Arafat BOUCHAFRA <ar...@gmail.com>
Sent: Wednesday, January 19, 2022 9:35 AM
To: Eirik Bakke <eb...@ultorg.com>
Cc: Venus Chung <ve...@quantr.hk>; Peter Cheung <pe...@quantr.hk>; Apache NetBeans <de...@netbeans.apache.org>; Peter Cheung <mc...@hotmail.com>
Subject: Re: New theme for netbeans, team member wanted



No worries, thanks for the update!



Le mer. 19 janv. 2022 à 14:35, Eirik Bakke <eb...@ultorg.com>> a écrit :

Sorry about that--thank you for your help with this project! Happy to answer any questions, or to do a screen sharing session.



(When I was drawing icons myself, it took me many hours to figure out the right tools to use in Illustrator to get the right result. But it goes faster after a few icons!)



There is also a style guide at https://issues.apache.org/jira/browse/NETBEANS-2617 .



-- Eirik



From: Venus Chung <ve...@quantr.hk>>
Sent: Wednesday, January 19, 2022 1:34 AM
To: Eirik Bakke <eb...@ultorg.com>>; Peter Cheung <pe...@quantr.hk>>; dev@netbeans.apache.org<ma...@netbeans.apache.org>
Cc: Arafat BOUCHAFRA <ar...@gmail.com>>; Peter Cheung <mc...@hotmail.com>>
Subject: 回覆: New theme for netbeans, team member wanted



Dear All,



I made a mistake,I designed the wrong icon, it needs to be redesigned, please give me more time.



Best Regards,
Venus

________________________________

寄件者: Eirik Bakke <eb...@ultorg.com>>
寄件日期: 2022年1月18日 下午 11:11
收件者: Peter Cheung <pe...@quantr.hk>>; dev@netbeans.apache.org<ma...@netbeans.apache.org> <de...@netbeans.apache.org>>
副本: Arafat BOUCHAFRA <ar...@gmail.com>>; Peter Cheung <mc...@hotmail.com>>; Venus Chung <ve...@quantr.hk>>
主旨: RE: New theme for netbeans, team member wanted



Hi, Peter.



Thank you so much for these efforts!! Could we see what the icons look like without Pixel Preview enabled? (View->Pixel Preview in Illustrator)



Might you also send the latest version of the Illustrator file? I'd love to have a look at grid alignments, and see the new icons against the background layer with the old bitmap icons, and at different resolutions etc.



Happy to meet next week. I could do anytime 8am-11am Hong Kong time, for instance. Feel free to pick a day.



Thanks again very much to Venus and you!



-- Eirik

(Now on US east coast time.)



From: Peter Cheung <pe...@quantr.hk>>
Sent: Tuesday, January 18, 2022 1:45 AM
To: Eirik Bakke <eb...@ultorg.com>>; dev@netbeans.apache.org<ma...@netbeans.apache.org>
Cc: Arafat BOUCHAFRA <ar...@gmail.com>>; Peter Cheung <mc...@hotmail.com>>
Subject: Re: New theme for netbeans, team member wanted



Dear Eirik & All

    Let's have a wrap-up meeting next week?



Thanks

From Peter (System Architect, Quantr Limited https://www.quantr.hk , Mobile : 96554595)

________________________________

From: Peter Cheung <pe...@quantr.hk>>
Sent: Tuesday, January 18, 2022 11:36 AM
To: Eirik Bakke <eb...@ultorg.com>>; dev@netbeans.apache.org<ma...@netbeans.apache.org> <de...@netbeans.apache.org>>
Cc: Arafat BOUCHAFRA <ar...@gmail.com>>; Peter Cheung <mc...@hotmail.com>>
Subject: Re: New theme for netbeans, team member wanted



Dear all

    Please see the last three rows, is the style matched?



Thanks

From Peter (System Architect, Quantr Limited https://www.quantr.hk , Mobile : 96554595)

________________________________

From: Eirik Bakke <eb...@ultorg.com>>
Sent: Thursday, January 13, 2022 1:17 AM
To: dev@netbeans.apache.org<ma...@netbeans.apache.org> <de...@netbeans.apache.org>>
Cc: Arafat BOUCHAFRA <ar...@gmail.com>>; Peter Cheung <mc...@hotmail.com>>; Peter Cheung <pe...@quantr.hk>>
Subject: RE: New theme for netbeans, team member wanted



I think I understand your goal, and this thread now has a good summary of pros and cons.

Again, this is really up to whoever does the icon drawing work. Myself, I have just contributed the icons that happened to be used in my NetBeans Platform app.

Would you be interested in participating in the actual icon drawing process, by the way? Or is the use of Adobe Illustrator a deal-breaker for you? My company could pay for a license.

Alternatively we could try to work out an Inkscape process, if someone wants to commit to drawing a significant number of icons in it (separate from the ones Peter Cheung is working on). Although the lack of an Artboards feature in Inkscape could be a problem.

-- Eirik
[1] https://issues.apache.org/jira/secure/attachment/13026411/13026411_210604+Icons+Overview+Cropped.png

-----Original Message-----
From: Neil C Smith <ne...@apache.org>>
Sent: Wednesday, January 12, 2022 11:18 AM
To: dev@netbeans.apache.org<ma...@netbeans.apache.org>
Cc: Arafat BOUCHAFRA <ar...@gmail.com>>; Peter Cheung <mc...@hotmail.com>>; Peter Cheung <pe...@quantr.hk>>
Subject: Re: New theme for netbeans, team member wanted

On Wed, 12 Jan 2022 at 15:48, Eirik Bakke <eb...@ultorg.com>> wrote:
> Sorry, to clarify: The point about the color palette was my own. My argument is that the existing NetBeans icon style is not very well-suited for assigning logical colors. In order to designate a meaningful, configurable, "accent color", for example, we would have to change the overall color palette of the entire icon set. And that's something that's easier to do after-the-fact than up-front (see my earlier explanation for why).

This is where I somewhat disagree, although I think we're talking about different things.

Take 3 different icons - folder, warning, and lightbulb (not sure we have one, but ...)

They might all be the same shade of yellow.  However, maybe you want the folder icons to take on the accent colour of a look and feel, while a dark theme might want to make the shades of the other two a darker yellow, or just the warning to match other things in the theme.

Maybe we want to edit the icon files later - this could apply there as much as in icon loading.

The point was that to have the icons encode the context of a fill colour (eg. CSS class), as well as the colour itself, is potentially useful in multiple ways.  And as far as I'm aware, easier to define upfront in a template for all icons, than later.  At least in Inkscape (I'm a libre graphics person! :-)) I would set up the common stylesheet / palette first, then apply to each shape.

Best wishes,

Neil

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

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

RE: New theme for netbeans, team member wanted

Posted by Eirik Bakke <eb...@ultorg.com>.
Excellent work, Venus and Peter! Looks great! I can help review and adjust a few pixel alignment issues, but this work will definitively be usable.

I could do another Zoom chat most days 8am-11am Hong Kong time, for instance. (I'm on US east coast time now.)

-- Eirik

From: Peter Cheung <pe...@quantr.hk>
Sent: Tuesday, February 8, 2022 4:19 AM
To: Eirik Bakke <eb...@ultorg.com>; Venus Chung <ve...@quantr.hk>
Cc: Apache NetBeans <de...@netbeans.apache.org>; Peter Cheung <mc...@hotmail.com>; Arafat BOUCHAFRA <ar...@gmail.com>
Subject: Re: New theme for netbeans, team member wanted

Hey Eirik and All
    Please check the attachment. Is the designs good? Sorry i was so busy. Have a sync up meeting?


Thanks

From Peter (System Architect, Quantr Limited https://www.quantr.hk , Mobile : 96554595)

________________________________
From: Eirik Bakke <eb...@ultorg.com>
Sent: Thursday, January 20, 2022 12:48 AM
To: Venus Chung <ve...@quantr.hk>
Cc: Peter Cheung <pe...@quantr.hk>; Apache NetBeans <de...@netbeans.apache.org>; Peter Cheung <mc...@hotmail.com>; Arafat BOUCHAFRA <ar...@gmail.com>
Subject: RE: New theme for netbeans, team member wanted


In case it is helpful, I made a quick screencast video showing the icon drawing process I used in the past, in Adobe Illustrator:



https://vimeo.com/manage/videos/667860571



-- Eirik



From: Arafat BOUCHAFRA <ar...@gmail.com>
Sent: Wednesday, January 19, 2022 9:35 AM
To: Eirik Bakke <eb...@ultorg.com>
Cc: Venus Chung <ve...@quantr.hk>; Peter Cheung <pe...@quantr.hk>; Apache NetBeans <de...@netbeans.apache.org>; Peter Cheung <mc...@hotmail.com>
Subject: Re: New theme for netbeans, team member wanted



No worries, thanks for the update!



Le mer. 19 janv. 2022 à 14:35, Eirik Bakke <eb...@ultorg.com>> a écrit :

Sorry about that--thank you for your help with this project! Happy to answer any questions, or to do a screen sharing session.



(When I was drawing icons myself, it took me many hours to figure out the right tools to use in Illustrator to get the right result. But it goes faster after a few icons!)



There is also a style guide at https://issues.apache.org/jira/browse/NETBEANS-2617 .



-- Eirik



From: Venus Chung <ve...@quantr.hk>>
Sent: Wednesday, January 19, 2022 1:34 AM
To: Eirik Bakke <eb...@ultorg.com>>; Peter Cheung <pe...@quantr.hk>>; dev@netbeans.apache.org<ma...@netbeans.apache.org>
Cc: Arafat BOUCHAFRA <ar...@gmail.com>>; Peter Cheung <mc...@hotmail.com>>
Subject: 回覆: New theme for netbeans, team member wanted



Dear All,



I made a mistake,I designed the wrong icon, it needs to be redesigned, please give me more time.



Best Regards,
Venus

________________________________

寄件者: Eirik Bakke <eb...@ultorg.com>>
寄件日期: 2022年1月18日 下午 11:11
收件者: Peter Cheung <pe...@quantr.hk>>; dev@netbeans.apache.org<ma...@netbeans.apache.org> <de...@netbeans.apache.org>>
副本: Arafat BOUCHAFRA <ar...@gmail.com>>; Peter Cheung <mc...@hotmail.com>>; Venus Chung <ve...@quantr.hk>>
主旨: RE: New theme for netbeans, team member wanted



Hi, Peter.



Thank you so much for these efforts!! Could we see what the icons look like without Pixel Preview enabled? (View->Pixel Preview in Illustrator)



Might you also send the latest version of the Illustrator file? I'd love to have a look at grid alignments, and see the new icons against the background layer with the old bitmap icons, and at different resolutions etc.



Happy to meet next week. I could do anytime 8am-11am Hong Kong time, for instance. Feel free to pick a day.



Thanks again very much to Venus and you!



-- Eirik

(Now on US east coast time.)



From: Peter Cheung <pe...@quantr.hk>>
Sent: Tuesday, January 18, 2022 1:45 AM
To: Eirik Bakke <eb...@ultorg.com>>; dev@netbeans.apache.org<ma...@netbeans.apache.org>
Cc: Arafat BOUCHAFRA <ar...@gmail.com>>; Peter Cheung <mc...@hotmail.com>>
Subject: Re: New theme for netbeans, team member wanted



Dear Eirik & All

    Let's have a wrap-up meeting next week?



Thanks

From Peter (System Architect, Quantr Limited https://www.quantr.hk , Mobile : 96554595)

________________________________

From: Peter Cheung <pe...@quantr.hk>>
Sent: Tuesday, January 18, 2022 11:36 AM
To: Eirik Bakke <eb...@ultorg.com>>; dev@netbeans.apache.org<ma...@netbeans.apache.org> <de...@netbeans.apache.org>>
Cc: Arafat BOUCHAFRA <ar...@gmail.com>>; Peter Cheung <mc...@hotmail.com>>
Subject: Re: New theme for netbeans, team member wanted



Dear all

    Please see the last three rows, is the style matched?



Thanks

From Peter (System Architect, Quantr Limited https://www.quantr.hk , Mobile : 96554595)

________________________________

From: Eirik Bakke <eb...@ultorg.com>>
Sent: Thursday, January 13, 2022 1:17 AM
To: dev@netbeans.apache.org<ma...@netbeans.apache.org> <de...@netbeans.apache.org>>
Cc: Arafat BOUCHAFRA <ar...@gmail.com>>; Peter Cheung <mc...@hotmail.com>>; Peter Cheung <pe...@quantr.hk>>
Subject: RE: New theme for netbeans, team member wanted



I think I understand your goal, and this thread now has a good summary of pros and cons.

Again, this is really up to whoever does the icon drawing work. Myself, I have just contributed the icons that happened to be used in my NetBeans Platform app.

Would you be interested in participating in the actual icon drawing process, by the way? Or is the use of Adobe Illustrator a deal-breaker for you? My company could pay for a license.

Alternatively we could try to work out an Inkscape process, if someone wants to commit to drawing a significant number of icons in it (separate from the ones Peter Cheung is working on). Although the lack of an Artboards feature in Inkscape could be a problem.

-- Eirik
[1] https://issues.apache.org/jira/secure/attachment/13026411/13026411_210604+Icons+Overview+Cropped.png

-----Original Message-----
From: Neil C Smith <ne...@apache.org>>
Sent: Wednesday, January 12, 2022 11:18 AM
To: dev@netbeans.apache.org<ma...@netbeans.apache.org>
Cc: Arafat BOUCHAFRA <ar...@gmail.com>>; Peter Cheung <mc...@hotmail.com>>; Peter Cheung <pe...@quantr.hk>>
Subject: Re: New theme for netbeans, team member wanted

On Wed, 12 Jan 2022 at 15:48, Eirik Bakke <eb...@ultorg.com>> wrote:
> Sorry, to clarify: The point about the color palette was my own. My argument is that the existing NetBeans icon style is not very well-suited for assigning logical colors. In order to designate a meaningful, configurable, "accent color", for example, we would have to change the overall color palette of the entire icon set. And that's something that's easier to do after-the-fact than up-front (see my earlier explanation for why).

This is where I somewhat disagree, although I think we're talking about different things.

Take 3 different icons - folder, warning, and lightbulb (not sure we have one, but ...)

They might all be the same shade of yellow.  However, maybe you want the folder icons to take on the accent colour of a look and feel, while a dark theme might want to make the shades of the other two a darker yellow, or just the warning to match other things in the theme.

Maybe we want to edit the icon files later - this could apply there as much as in icon loading.

The point was that to have the icons encode the context of a fill colour (eg. CSS class), as well as the colour itself, is potentially useful in multiple ways.  And as far as I'm aware, easier to define upfront in a template for all icons, than later.  At least in Inkscape (I'm a libre graphics person! :-)) I would set up the common stylesheet / palette first, then apply to each shape.

Best wishes,

Neil

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

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

RE: New theme for netbeans, team member wanted

Posted by Eirik Bakke <eb...@ultorg.com>.
In case it is helpful, I made a quick screencast video showing the icon drawing process I used in the past, in Adobe Illustrator:

https://vimeo.com/manage/videos/667860571

-- Eirik

From: Arafat BOUCHAFRA <ar...@gmail.com>
Sent: Wednesday, January 19, 2022 9:35 AM
To: Eirik Bakke <eb...@ultorg.com>
Cc: Venus Chung <ve...@quantr.hk>; Peter Cheung <pe...@quantr.hk>; Apache NetBeans <de...@netbeans.apache.org>; Peter Cheung <mc...@hotmail.com>
Subject: Re: New theme for netbeans, team member wanted

No worries, thanks for the update!

Le mer. 19 janv. 2022 à 14:35, Eirik Bakke <eb...@ultorg.com>> a écrit :
Sorry about that--thank you for your help with this project! Happy to answer any questions, or to do a screen sharing session.

(When I was drawing icons myself, it took me many hours to figure out the right tools to use in Illustrator to get the right result. But it goes faster after a few icons!)

There is also a style guide at https://issues.apache.org/jira/browse/NETBEANS-2617 .

-- Eirik

From: Venus Chung <ve...@quantr.hk>>
Sent: Wednesday, January 19, 2022 1:34 AM
To: Eirik Bakke <eb...@ultorg.com>>; Peter Cheung <pe...@quantr.hk>>; dev@netbeans.apache.org<ma...@netbeans.apache.org>
Cc: Arafat BOUCHAFRA <ar...@gmail.com>>; Peter Cheung <mc...@hotmail.com>>
Subject: 回覆: New theme for netbeans, team member wanted

Dear All,

I made a mistake,I designed the wrong icon, it needs to be redesigned, please give me more time.

Best Regards,
Venus
________________________________
寄件者: Eirik Bakke <eb...@ultorg.com>>
寄件日期: 2022年1月18日 下午 11:11
收件者: Peter Cheung <pe...@quantr.hk>>; dev@netbeans.apache.org<ma...@netbeans.apache.org> <de...@netbeans.apache.org>>
副本: Arafat BOUCHAFRA <ar...@gmail.com>>; Peter Cheung <mc...@hotmail.com>>; Venus Chung <ve...@quantr.hk>>
主旨: RE: New theme for netbeans, team member wanted


Hi, Peter.



Thank you so much for these efforts!! Could we see what the icons look like without Pixel Preview enabled? (View->Pixel Preview in Illustrator)



Might you also send the latest version of the Illustrator file? I'd love to have a look at grid alignments, and see the new icons against the background layer with the old bitmap icons, and at different resolutions etc.



Happy to meet next week. I could do anytime 8am-11am Hong Kong time, for instance. Feel free to pick a day.



Thanks again very much to Venus and you!



-- Eirik

(Now on US east coast time.)



From: Peter Cheung <pe...@quantr.hk>>
Sent: Tuesday, January 18, 2022 1:45 AM
To: Eirik Bakke <eb...@ultorg.com>>; dev@netbeans.apache.org<ma...@netbeans.apache.org>
Cc: Arafat BOUCHAFRA <ar...@gmail.com>>; Peter Cheung <mc...@hotmail.com>>
Subject: Re: New theme for netbeans, team member wanted



Dear Eirik & All

    Let's have a wrap-up meeting next week?



Thanks

From Peter (System Architect, Quantr Limited https://www.quantr.hk , Mobile : 96554595)

________________________________

From: Peter Cheung <pe...@quantr.hk>>
Sent: Tuesday, January 18, 2022 11:36 AM
To: Eirik Bakke <eb...@ultorg.com>>; dev@netbeans.apache.org<ma...@netbeans.apache.org> <de...@netbeans.apache.org>>
Cc: Arafat BOUCHAFRA <ar...@gmail.com>>; Peter Cheung <mc...@hotmail.com>>
Subject: Re: New theme for netbeans, team member wanted



Dear all

    Please see the last three rows, is the style matched?



Thanks

From Peter (System Architect, Quantr Limited https://www.quantr.hk , Mobile : 96554595)

________________________________

From: Eirik Bakke <eb...@ultorg.com>>
Sent: Thursday, January 13, 2022 1:17 AM
To: dev@netbeans.apache.org<ma...@netbeans.apache.org> <de...@netbeans.apache.org>>
Cc: Arafat BOUCHAFRA <ar...@gmail.com>>; Peter Cheung <mc...@hotmail.com>>; Peter Cheung <pe...@quantr.hk>>
Subject: RE: New theme for netbeans, team member wanted



I think I understand your goal, and this thread now has a good summary of pros and cons.

Again, this is really up to whoever does the icon drawing work. Myself, I have just contributed the icons that happened to be used in my NetBeans Platform app.

Would you be interested in participating in the actual icon drawing process, by the way? Or is the use of Adobe Illustrator a deal-breaker for you? My company could pay for a license.

Alternatively we could try to work out an Inkscape process, if someone wants to commit to drawing a significant number of icons in it (separate from the ones Peter Cheung is working on). Although the lack of an Artboards feature in Inkscape could be a problem.

-- Eirik
[1] https://issues.apache.org/jira/secure/attachment/13026411/13026411_210604+Icons+Overview+Cropped.png

-----Original Message-----
From: Neil C Smith <ne...@apache.org>>
Sent: Wednesday, January 12, 2022 11:18 AM
To: dev@netbeans.apache.org<ma...@netbeans.apache.org>
Cc: Arafat BOUCHAFRA <ar...@gmail.com>>; Peter Cheung <mc...@hotmail.com>>; Peter Cheung <pe...@quantr.hk>>
Subject: Re: New theme for netbeans, team member wanted

On Wed, 12 Jan 2022 at 15:48, Eirik Bakke <eb...@ultorg.com>> wrote:
> Sorry, to clarify: The point about the color palette was my own. My argument is that the existing NetBeans icon style is not very well-suited for assigning logical colors. In order to designate a meaningful, configurable, "accent color", for example, we would have to change the overall color palette of the entire icon set. And that's something that's easier to do after-the-fact than up-front (see my earlier explanation for why).

This is where I somewhat disagree, although I think we're talking about different things.

Take 3 different icons - folder, warning, and lightbulb (not sure we have one, but ...)

They might all be the same shade of yellow.  However, maybe you want the folder icons to take on the accent colour of a look and feel, while a dark theme might want to make the shades of the other two a darker yellow, or just the warning to match other things in the theme.

Maybe we want to edit the icon files later - this could apply there as much as in icon loading.

The point was that to have the icons encode the context of a fill colour (eg. CSS class), as well as the colour itself, is potentially useful in multiple ways.  And as far as I'm aware, easier to define upfront in a template for all icons, than later.  At least in Inkscape (I'm a libre graphics person! :-)) I would set up the common stylesheet / palette first, then apply to each shape.

Best wishes,

Neil

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

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

Re: New theme for netbeans, team member wanted

Posted by Arafat BOUCHAFRA <ar...@gmail.com>.
No worries, thanks for the update!

Le mer. 19 janv. 2022 à 14:35, Eirik Bakke <eb...@ultorg.com> a écrit :

> Sorry about that--thank you for your help with this project! Happy to
> answer any questions, or to do a screen sharing session.
>
>
>
> (When I was drawing icons myself, it took me many hours to figure out the
> right tools to use in Illustrator to get the right result. But it goes
> faster after a few icons!)
>
>
>
> There is also a style guide at
> https://issues.apache.org/jira/browse/NETBEANS-2617 .
>
>
>
> -- Eirik
>
>
>
> *From:* Venus Chung <ve...@quantr.hk>
> *Sent:* Wednesday, January 19, 2022 1:34 AM
> *To:* Eirik Bakke <eb...@ultorg.com>; Peter Cheung <pe...@quantr.hk>;
> dev@netbeans.apache.org
> *Cc:* Arafat BOUCHAFRA <ar...@gmail.com>; Peter Cheung <
> mcheung63@hotmail.com>
> *Subject:* 回覆: New theme for netbeans, team member wanted
>
>
>
> Dear All,
>
>
>
> I made a mistake,I designed the wrong icon, it needs to be redesigned,
> please give me more time.
>
>
>
> Best Regards,
> Venus
> ------------------------------
>
> *寄件者**:* Eirik Bakke <eb...@ultorg.com>
> *寄件日期**:* 2022年1月18日 下午 11:11
> *收件者**:* Peter Cheung <pe...@quantr.hk>; dev@netbeans.apache.org <
> dev@netbeans.apache.org>
> *副本**:* Arafat BOUCHAFRA <ar...@gmail.com>; Peter Cheung <
> mcheung63@hotmail.com>; Venus Chung <ve...@quantr.hk>
> *主旨**:* RE: New theme for netbeans, team member wanted
>
>
>
> Hi, Peter.
>
>
>
> Thank you so much for these efforts!! Could we see what the icons look
> like without Pixel Preview enabled? (View->Pixel Preview in Illustrator)
>
>
>
> Might you also send the latest version of the Illustrator file? I'd love
> to have a look at grid alignments, and see the new icons against the
> background layer with the old bitmap icons, and at different resolutions
> etc.
>
>
>
> Happy to meet next week. I could do anytime 8am-11am Hong Kong time, for
> instance. Feel free to pick a day.
>
>
>
> Thanks again very much to Venus and you!
>
>
>
> -- Eirik
>
> (Now on US east coast time.)
>
>
>
> *From:* Peter Cheung <pe...@quantr.hk>
> *Sent:* Tuesday, January 18, 2022 1:45 AM
> *To:* Eirik Bakke <eb...@ultorg.com>; dev@netbeans.apache.org
> *Cc:* Arafat BOUCHAFRA <ar...@gmail.com>; Peter Cheung <
> mcheung63@hotmail.com>
> *Subject:* Re: New theme for netbeans, team member wanted
>
>
>
> Dear Eirik & All
>
>     Let's have a wrap-up meeting next week?
>
>
>
> Thanks
>
> From Peter (System Architect, Quantr Limited https://www.quantr.hk ,
> Mobile : 96554595)
> ------------------------------
>
> *From:* Peter Cheung <pe...@quantr.hk>
> *Sent:* Tuesday, January 18, 2022 11:36 AM
> *To:* Eirik Bakke <eb...@ultorg.com>; dev@netbeans.apache.org <
> dev@netbeans.apache.org>
> *Cc:* Arafat BOUCHAFRA <ar...@gmail.com>; Peter Cheung <
> mcheung63@hotmail.com>
> *Subject:* Re: New theme for netbeans, team member wanted
>
>
>
> Dear all
>
>     Please see the last three rows, is the style matched?
>
>
>
> Thanks
>
> From Peter (System Architect, Quantr Limited https://www.quantr.hk ,
> Mobile : 96554595)
> ------------------------------
>
> *From:* Eirik Bakke <eb...@ultorg.com>
> *Sent:* Thursday, January 13, 2022 1:17 AM
> *To:* dev@netbeans.apache.org <de...@netbeans.apache.org>
> *Cc:* Arafat BOUCHAFRA <ar...@gmail.com>; Peter Cheung <
> mcheung63@hotmail.com>; Peter Cheung <pe...@quantr.hk>
> *Subject:* RE: New theme for netbeans, team member wanted
>
>
>
> I think I understand your goal, and this thread now has a good summary of
> pros and cons.
>
> Again, this is really up to whoever does the icon drawing work. Myself, I
> have just contributed the icons that happened to be used in my NetBeans
> Platform app.
>
> Would you be interested in participating in the actual icon drawing
> process, by the way? Or is the use of Adobe Illustrator a deal-breaker for
> you? My company could pay for a license.
>
> Alternatively we could try to work out an Inkscape process, if someone
> wants to commit to drawing a significant number of icons in it (separate
> from the ones Peter Cheung is working on). Although the lack of an
> Artboards feature in Inkscape could be a problem.
>
> -- Eirik
> [1]
> https://issues.apache.org/jira/secure/attachment/13026411/13026411_210604+Icons+Overview+Cropped.png
>
> -----Original Message-----
> From: Neil C Smith <ne...@apache.org>
> Sent: Wednesday, January 12, 2022 11:18 AM
> To: dev@netbeans.apache.org
> Cc: Arafat BOUCHAFRA <ar...@gmail.com>; Peter Cheung <
> mcheung63@hotmail.com>; Peter Cheung <pe...@quantr.hk>
> Subject: Re: New theme for netbeans, team member wanted
>
> On Wed, 12 Jan 2022 at 15:48, Eirik Bakke <eb...@ultorg.com> wrote:
> > Sorry, to clarify: The point about the color palette was my own. My
> argument is that the existing NetBeans icon style is not very well-suited
> for assigning logical colors. In order to designate a meaningful,
> configurable, "accent color", for example, we would have to change the
> overall color palette of the entire icon set. And that's something that's
> easier to do after-the-fact than up-front (see my earlier explanation for
> why).
>
> This is where I somewhat disagree, although I think we're talking about
> different things.
>
> Take 3 different icons - folder, warning, and lightbulb (not sure we have
> one, but ...)
>
> They might all be the same shade of yellow.  However, maybe you want the
> folder icons to take on the accent colour of a look and feel, while a dark
> theme might want to make the shades of the other two a darker yellow, or
> just the warning to match other things in the theme.
>
> Maybe we want to edit the icon files later - this could apply there as
> much as in icon loading.
>
> The point was that to have the icons encode the context of a fill colour
> (eg. CSS class), as well as the colour itself, is potentially useful in
> multiple ways.  And as far as I'm aware, easier to define upfront in a
> template for all icons, than later.  At least in Inkscape (I'm a libre
> graphics person! :-)) I would set up the common stylesheet / palette first,
> then apply to each shape.
>
> Best wishes,
>
> Neil
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@netbeans.apache.org
> For additional commands, e-mail: dev-help@netbeans.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>

RE: New theme for netbeans, team member wanted

Posted by Eirik Bakke <eb...@ultorg.com>.
Sorry about that--thank you for your help with this project! Happy to answer any questions, or to do a screen sharing session.

(When I was drawing icons myself, it took me many hours to figure out the right tools to use in Illustrator to get the right result. But it goes faster after a few icons!)

There is also a style guide at https://issues.apache.org/jira/browse/NETBEANS-2617 .

-- Eirik

From: Venus Chung <ve...@quantr.hk>
Sent: Wednesday, January 19, 2022 1:34 AM
To: Eirik Bakke <eb...@ultorg.com>; Peter Cheung <pe...@quantr.hk>; dev@netbeans.apache.org
Cc: Arafat BOUCHAFRA <ar...@gmail.com>; Peter Cheung <mc...@hotmail.com>
Subject: 回覆: New theme for netbeans, team member wanted

Dear All,

I made a mistake,I designed the wrong icon, it needs to be redesigned, please give me more time.

Best Regards,
Venus
________________________________
寄件者: Eirik Bakke <eb...@ultorg.com>
寄件日期: 2022年1月18日 下午 11:11
收件者: Peter Cheung <pe...@quantr.hk>; dev@netbeans.apache.org <de...@netbeans.apache.org>
副本: Arafat BOUCHAFRA <ar...@gmail.com>; Peter Cheung <mc...@hotmail.com>; Venus Chung <ve...@quantr.hk>
主旨: RE: New theme for netbeans, team member wanted


Hi, Peter.



Thank you so much for these efforts!! Could we see what the icons look like without Pixel Preview enabled? (View->Pixel Preview in Illustrator)



Might you also send the latest version of the Illustrator file? I'd love to have a look at grid alignments, and see the new icons against the background layer with the old bitmap icons, and at different resolutions etc.



Happy to meet next week. I could do anytime 8am-11am Hong Kong time, for instance. Feel free to pick a day.



Thanks again very much to Venus and you!



-- Eirik

(Now on US east coast time.)



From: Peter Cheung <pe...@quantr.hk>
Sent: Tuesday, January 18, 2022 1:45 AM
To: Eirik Bakke <eb...@ultorg.com>; dev@netbeans.apache.org
Cc: Arafat BOUCHAFRA <ar...@gmail.com>; Peter Cheung <mc...@hotmail.com>
Subject: Re: New theme for netbeans, team member wanted



Dear Eirik & All

    Let's have a wrap-up meeting next week?



Thanks

From Peter (System Architect, Quantr Limited https://www.quantr.hk , Mobile : 96554595)

________________________________

From: Peter Cheung <pe...@quantr.hk>
Sent: Tuesday, January 18, 2022 11:36 AM
To: Eirik Bakke <eb...@ultorg.com>; dev@netbeans.apache.org <de...@netbeans.apache.org>
Cc: Arafat BOUCHAFRA <ar...@gmail.com>; Peter Cheung <mc...@hotmail.com>
Subject: Re: New theme for netbeans, team member wanted



Dear all

    Please see the last three rows, is the style matched?



Thanks

From Peter (System Architect, Quantr Limited https://www.quantr.hk , Mobile : 96554595)

________________________________

From: Eirik Bakke <eb...@ultorg.com>
Sent: Thursday, January 13, 2022 1:17 AM
To: dev@netbeans.apache.org <de...@netbeans.apache.org>
Cc: Arafat BOUCHAFRA <ar...@gmail.com>; Peter Cheung <mc...@hotmail.com>; Peter Cheung <pe...@quantr.hk>
Subject: RE: New theme for netbeans, team member wanted



I think I understand your goal, and this thread now has a good summary of pros and cons.

Again, this is really up to whoever does the icon drawing work. Myself, I have just contributed the icons that happened to be used in my NetBeans Platform app.

Would you be interested in participating in the actual icon drawing process, by the way? Or is the use of Adobe Illustrator a deal-breaker for you? My company could pay for a license.

Alternatively we could try to work out an Inkscape process, if someone wants to commit to drawing a significant number of icons in it (separate from the ones Peter Cheung is working on). Although the lack of an Artboards feature in Inkscape could be a problem.

-- Eirik
[1] https://issues.apache.org/jira/secure/attachment/13026411/13026411_210604+Icons+Overview+Cropped.png

-----Original Message-----
From: Neil C Smith <ne...@apache.org>
Sent: Wednesday, January 12, 2022 11:18 AM
To: dev@netbeans.apache.org
Cc: Arafat BOUCHAFRA <ar...@gmail.com>; Peter Cheung <mc...@hotmail.com>; Peter Cheung <pe...@quantr.hk>
Subject: Re: New theme for netbeans, team member wanted

On Wed, 12 Jan 2022 at 15:48, Eirik Bakke <eb...@ultorg.com> wrote:
> Sorry, to clarify: The point about the color palette was my own. My argument is that the existing NetBeans icon style is not very well-suited for assigning logical colors. In order to designate a meaningful, configurable, "accent color", for example, we would have to change the overall color palette of the entire icon set. And that's something that's easier to do after-the-fact than up-front (see my earlier explanation for why).

This is where I somewhat disagree, although I think we're talking about different things.

Take 3 different icons - folder, warning, and lightbulb (not sure we have one, but ...)

They might all be the same shade of yellow.  However, maybe you want the folder icons to take on the accent colour of a look and feel, while a dark theme might want to make the shades of the other two a darker yellow, or just the warning to match other things in the theme.

Maybe we want to edit the icon files later - this could apply there as much as in icon loading.

The point was that to have the icons encode the context of a fill colour (eg. CSS class), as well as the colour itself, is potentially useful in multiple ways.  And as far as I'm aware, easier to define upfront in a template for all icons, than later.  At least in Inkscape (I'm a libre graphics person! :-)) I would set up the common stylesheet / palette first, then apply to each shape.

Best wishes,

Neil

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

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


回覆: New theme for netbeans, team member wanted

Posted by Venus Chung <ve...@quantr.hk>.
Dear All,

I made a mistake,I designed the wrong icon, it needs to be redesigned, please give me more time.

Best Regards,
Venus
________________________________
寄件者: Eirik Bakke <eb...@ultorg.com>
寄件日期: 2022年1月18日 下午 11:11
收件者: Peter Cheung <pe...@quantr.hk>; dev@netbeans.apache.org <de...@netbeans.apache.org>
副本: Arafat BOUCHAFRA <ar...@gmail.com>; Peter Cheung <mc...@hotmail.com>; Venus Chung <ve...@quantr.hk>
主旨: RE: New theme for netbeans, team member wanted


Hi, Peter.



Thank you so much for these efforts!! Could we see what the icons look like without Pixel Preview enabled? (View->Pixel Preview in Illustrator)



Might you also send the latest version of the Illustrator file? I'd love to have a look at grid alignments, and see the new icons against the background layer with the old bitmap icons, and at different resolutions etc.



Happy to meet next week. I could do anytime 8am-11am Hong Kong time, for instance. Feel free to pick a day.



Thanks again very much to Venus and you!



-- Eirik

(Now on US east coast time.)



From: Peter Cheung <pe...@quantr.hk>
Sent: Tuesday, January 18, 2022 1:45 AM
To: Eirik Bakke <eb...@ultorg.com>; dev@netbeans.apache.org
Cc: Arafat BOUCHAFRA <ar...@gmail.com>; Peter Cheung <mc...@hotmail.com>
Subject: Re: New theme for netbeans, team member wanted



Dear Eirik & All

    Let's have a wrap-up meeting next week?



Thanks

From Peter (System Architect, Quantr Limited https://www.quantr.hk , Mobile : 96554595)

________________________________

From: Peter Cheung <pe...@quantr.hk>
Sent: Tuesday, January 18, 2022 11:36 AM
To: Eirik Bakke <eb...@ultorg.com>; dev@netbeans.apache.org <de...@netbeans.apache.org>
Cc: Arafat BOUCHAFRA <ar...@gmail.com>; Peter Cheung <mc...@hotmail.com>
Subject: Re: New theme for netbeans, team member wanted



Dear all

    Please see the last three rows, is the style matched?



Thanks

From Peter (System Architect, Quantr Limited https://www.quantr.hk , Mobile : 96554595)

________________________________

From: Eirik Bakke <eb...@ultorg.com>
Sent: Thursday, January 13, 2022 1:17 AM
To: dev@netbeans.apache.org <de...@netbeans.apache.org>
Cc: Arafat BOUCHAFRA <ar...@gmail.com>; Peter Cheung <mc...@hotmail.com>; Peter Cheung <pe...@quantr.hk>
Subject: RE: New theme for netbeans, team member wanted



I think I understand your goal, and this thread now has a good summary of pros and cons.

Again, this is really up to whoever does the icon drawing work. Myself, I have just contributed the icons that happened to be used in my NetBeans Platform app.

Would you be interested in participating in the actual icon drawing process, by the way? Or is the use of Adobe Illustrator a deal-breaker for you? My company could pay for a license.

Alternatively we could try to work out an Inkscape process, if someone wants to commit to drawing a significant number of icons in it (separate from the ones Peter Cheung is working on). Although the lack of an Artboards feature in Inkscape could be a problem.

-- Eirik
[1] https://issues.apache.org/jira/secure/attachment/13026411/13026411_210604+Icons+Overview+Cropped.png

-----Original Message-----
From: Neil C Smith <ne...@apache.org>
Sent: Wednesday, January 12, 2022 11:18 AM
To: dev@netbeans.apache.org
Cc: Arafat BOUCHAFRA <ar...@gmail.com>; Peter Cheung <mc...@hotmail.com>; Peter Cheung <pe...@quantr.hk>
Subject: Re: New theme for netbeans, team member wanted

On Wed, 12 Jan 2022 at 15:48, Eirik Bakke <eb...@ultorg.com> wrote:
> Sorry, to clarify: The point about the color palette was my own. My argument is that the existing NetBeans icon style is not very well-suited for assigning logical colors. In order to designate a meaningful, configurable, "accent color", for example, we would have to change the overall color palette of the entire icon set. And that's something that's easier to do after-the-fact than up-front (see my earlier explanation for why).

This is where I somewhat disagree, although I think we're talking about different things.

Take 3 different icons - folder, warning, and lightbulb (not sure we have one, but ...)

They might all be the same shade of yellow.  However, maybe you want the folder icons to take on the accent colour of a look and feel, while a dark theme might want to make the shades of the other two a darker yellow, or just the warning to match other things in the theme.

Maybe we want to edit the icon files later - this could apply there as much as in icon loading.

The point was that to have the icons encode the context of a fill colour (eg. CSS class), as well as the colour itself, is potentially useful in multiple ways.  And as far as I'm aware, easier to define upfront in a template for all icons, than later.  At least in Inkscape (I'm a libre graphics person! :-)) I would set up the common stylesheet / palette first, then apply to each shape.

Best wishes,

Neil

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

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



RE: New theme for netbeans, team member wanted

Posted by Eirik Bakke <eb...@ultorg.com>.
Hi, Peter.

Thank you so much for these efforts!! Could we see what the icons look like without Pixel Preview enabled? (View->Pixel Preview in Illustrator)

Might you also send the latest version of the Illustrator file? I'd love to have a look at grid alignments, and see the new icons against the background layer with the old bitmap icons, and at different resolutions etc.

Happy to meet next week. I could do anytime 8am-11am Hong Kong time, for instance. Feel free to pick a day.

Thanks again very much to Venus and you!

-- Eirik
(Now on US east coast time.)

From: Peter Cheung <pe...@quantr.hk>
Sent: Tuesday, January 18, 2022 1:45 AM
To: Eirik Bakke <eb...@ultorg.com>; dev@netbeans.apache.org
Cc: Arafat BOUCHAFRA <ar...@gmail.com>; Peter Cheung <mc...@hotmail.com>
Subject: Re: New theme for netbeans, team member wanted

Dear Eirik & All
    Let's have a wrap-up meeting next week?


Thanks

From Peter (System Architect, Quantr Limited https://www.quantr.hk , Mobile : 96554595)

________________________________
From: Peter Cheung <pe...@quantr.hk>
Sent: Tuesday, January 18, 2022 11:36 AM
To: Eirik Bakke <eb...@ultorg.com>; dev@netbeans.apache.org <de...@netbeans.apache.org>
Cc: Arafat BOUCHAFRA <ar...@gmail.com>; Peter Cheung <mc...@hotmail.com>
Subject: Re: New theme for netbeans, team member wanted

Dear all
    Please see the last three rows, is the style matched?


Thanks

From Peter (System Architect, Quantr Limited https://www.quantr.hk , Mobile : 96554595)

________________________________
From: Eirik Bakke <eb...@ultorg.com>
Sent: Thursday, January 13, 2022 1:17 AM
To: dev@netbeans.apache.org <de...@netbeans.apache.org>
Cc: Arafat BOUCHAFRA <ar...@gmail.com>; Peter Cheung <mc...@hotmail.com>; Peter Cheung <pe...@quantr.hk>
Subject: RE: New theme for netbeans, team member wanted

I think I understand your goal, and this thread now has a good summary of pros and cons.

Again, this is really up to whoever does the icon drawing work. Myself, I have just contributed the icons that happened to be used in my NetBeans Platform app.

Would you be interested in participating in the actual icon drawing process, by the way? Or is the use of Adobe Illustrator a deal-breaker for you? My company could pay for a license.

Alternatively we could try to work out an Inkscape process, if someone wants to commit to drawing a significant number of icons in it (separate from the ones Peter Cheung is working on). Although the lack of an Artboards feature in Inkscape could be a problem.

-- Eirik
[1] https://issues.apache.org/jira/secure/attachment/13026411/13026411_210604+Icons+Overview+Cropped.png

-----Original Message-----
From: Neil C Smith <ne...@apache.org>
Sent: Wednesday, January 12, 2022 11:18 AM
To: dev@netbeans.apache.org
Cc: Arafat BOUCHAFRA <ar...@gmail.com>; Peter Cheung <mc...@hotmail.com>; Peter Cheung <pe...@quantr.hk>
Subject: Re: New theme for netbeans, team member wanted

On Wed, 12 Jan 2022 at 15:48, Eirik Bakke <eb...@ultorg.com> wrote:
> Sorry, to clarify: The point about the color palette was my own. My argument is that the existing NetBeans icon style is not very well-suited for assigning logical colors. In order to designate a meaningful, configurable, "accent color", for example, we would have to change the overall color palette of the entire icon set. And that's something that's easier to do after-the-fact than up-front (see my earlier explanation for why).

This is where I somewhat disagree, although I think we're talking about different things.

Take 3 different icons - folder, warning, and lightbulb (not sure we have one, but ...)

They might all be the same shade of yellow.  However, maybe you want the folder icons to take on the accent colour of a look and feel, while a dark theme might want to make the shades of the other two a darker yellow, or just the warning to match other things in the theme.

Maybe we want to edit the icon files later - this could apply there as much as in icon loading.

The point was that to have the icons encode the context of a fill colour (eg. CSS class), as well as the colour itself, is potentially useful in multiple ways.  And as far as I'm aware, easier to define upfront in a template for all icons, than later.  At least in Inkscape (I'm a libre graphics person! :-)) I would set up the common stylesheet / palette first, then apply to each shape.

Best wishes,

Neil

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

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



Re: New theme for netbeans, team member wanted

Posted by Peter Cheung <pe...@quantr.hk>.
Dear Eirik & All
    Let's have a wrap-up meeting next week?


Thanks

From Peter (System Architect, Quantr Limited https://www.quantr.hk , Mobile : 96554595)

________________________________
From: Peter Cheung <pe...@quantr.hk>
Sent: Tuesday, January 18, 2022 11:36 AM
To: Eirik Bakke <eb...@ultorg.com>; dev@netbeans.apache.org <de...@netbeans.apache.org>
Cc: Arafat BOUCHAFRA <ar...@gmail.com>; Peter Cheung <mc...@hotmail.com>
Subject: Re: New theme for netbeans, team member wanted

Dear all
    Please see the last three rows, is the style matched?


Thanks

From Peter (System Architect, Quantr Limited https://www.quantr.hk , Mobile : 96554595)

________________________________
From: Eirik Bakke <eb...@ultorg.com>
Sent: Thursday, January 13, 2022 1:17 AM
To: dev@netbeans.apache.org <de...@netbeans.apache.org>
Cc: Arafat BOUCHAFRA <ar...@gmail.com>; Peter Cheung <mc...@hotmail.com>; Peter Cheung <pe...@quantr.hk>
Subject: RE: New theme for netbeans, team member wanted

I think I understand your goal, and this thread now has a good summary of pros and cons.

Again, this is really up to whoever does the icon drawing work. Myself, I have just contributed the icons that happened to be used in my NetBeans Platform app.

Would you be interested in participating in the actual icon drawing process, by the way? Or is the use of Adobe Illustrator a deal-breaker for you? My company could pay for a license.

Alternatively we could try to work out an Inkscape process, if someone wants to commit to drawing a significant number of icons in it (separate from the ones Peter Cheung is working on). Although the lack of an Artboards feature in Inkscape could be a problem.

-- Eirik
[1] https://issues.apache.org/jira/secure/attachment/13026411/13026411_210604+Icons+Overview+Cropped.png

-----Original Message-----
From: Neil C Smith <ne...@apache.org>
Sent: Wednesday, January 12, 2022 11:18 AM
To: dev@netbeans.apache.org
Cc: Arafat BOUCHAFRA <ar...@gmail.com>; Peter Cheung <mc...@hotmail.com>; Peter Cheung <pe...@quantr.hk>
Subject: Re: New theme for netbeans, team member wanted

On Wed, 12 Jan 2022 at 15:48, Eirik Bakke <eb...@ultorg.com> wrote:
> Sorry, to clarify: The point about the color palette was my own. My argument is that the existing NetBeans icon style is not very well-suited for assigning logical colors. In order to designate a meaningful, configurable, "accent color", for example, we would have to change the overall color palette of the entire icon set. And that's something that's easier to do after-the-fact than up-front (see my earlier explanation for why).

This is where I somewhat disagree, although I think we're talking about different things.

Take 3 different icons - folder, warning, and lightbulb (not sure we have one, but ...)

They might all be the same shade of yellow.  However, maybe you want the folder icons to take on the accent colour of a look and feel, while a dark theme might want to make the shades of the other two a darker yellow, or just the warning to match other things in the theme.

Maybe we want to edit the icon files later - this could apply there as much as in icon loading.

The point was that to have the icons encode the context of a fill colour (eg. CSS class), as well as the colour itself, is potentially useful in multiple ways.  And as far as I'm aware, easier to define upfront in a template for all icons, than later.  At least in Inkscape (I'm a libre graphics person! :-)) I would set up the common stylesheet / palette first, then apply to each shape.

Best wishes,

Neil

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

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




RE: New theme for netbeans, team member wanted

Posted by Peter Cheung <pe...@quantr.hk>.
Loop in Miss Venus, she is our designer

From: Arafat BOUCHAFRA <ar...@gmail.com>
Sent: Tuesday, January 18, 2022 1:58 PM
To: Peter Cheung <pe...@quantr.hk>
Subject: Re: New theme for netbeans, team member wanted

Hi Peter,

You have done an amazing job.

Only, I want to know if the icons are pixelized or not.

King regards

Le mar. 18 janv. 2022 à 04:36, Peter Cheung <pe...@quantr.hk>> a écrit :
Dear all
    Please see the last three rows, is the style matched?


Thanks

From Peter (System Architect, Quantr Limited https://www.quantr.hk , Mobile : 96554595)

________________________________
From: Eirik Bakke <eb...@ultorg.com>>
Sent: Thursday, January 13, 2022 1:17 AM
To: dev@netbeans.apache.org<ma...@netbeans.apache.org> <de...@netbeans.apache.org>>
Cc: Arafat BOUCHAFRA <ar...@gmail.com>>; Peter Cheung <mc...@hotmail.com>>; Peter Cheung <pe...@quantr.hk>>
Subject: RE: New theme for netbeans, team member wanted

I think I understand your goal, and this thread now has a good summary of pros and cons.

Again, this is really up to whoever does the icon drawing work. Myself, I have just contributed the icons that happened to be used in my NetBeans Platform app.

Would you be interested in participating in the actual icon drawing process, by the way? Or is the use of Adobe Illustrator a deal-breaker for you? My company could pay for a license.

Alternatively we could try to work out an Inkscape process, if someone wants to commit to drawing a significant number of icons in it (separate from the ones Peter Cheung is working on). Although the lack of an Artboards feature in Inkscape could be a problem.

-- Eirik
[1] https://issues.apache.org/jira/secure/attachment/13026411/13026411_210604+Icons+Overview+Cropped.png

-----Original Message-----
From: Neil C Smith <ne...@apache.org>>
Sent: Wednesday, January 12, 2022 11:18 AM
To: dev@netbeans.apache.org<ma...@netbeans.apache.org>
Cc: Arafat BOUCHAFRA <ar...@gmail.com>>; Peter Cheung <mc...@hotmail.com>>; Peter Cheung <pe...@quantr.hk>>
Subject: Re: New theme for netbeans, team member wanted

On Wed, 12 Jan 2022 at 15:48, Eirik Bakke <eb...@ultorg.com>> wrote:
> Sorry, to clarify: The point about the color palette was my own. My argument is that the existing NetBeans icon style is not very well-suited for assigning logical colors. In order to designate a meaningful, configurable, "accent color", for example, we would have to change the overall color palette of the entire icon set. And that's something that's easier to do after-the-fact than up-front (see my earlier explanation for why).

This is where I somewhat disagree, although I think we're talking about different things.

Take 3 different icons - folder, warning, and lightbulb (not sure we have one, but ...)

They might all be the same shade of yellow.  However, maybe you want the folder icons to take on the accent colour of a look and feel, while a dark theme might want to make the shades of the other two a darker yellow, or just the warning to match other things in the theme.

Maybe we want to edit the icon files later - this could apply there as much as in icon loading.

The point was that to have the icons encode the context of a fill colour (eg. CSS class), as well as the colour itself, is potentially useful in multiple ways.  And as far as I'm aware, easier to define upfront in a template for all icons, than later.  At least in Inkscape (I'm a libre graphics person! :-)) I would set up the common stylesheet / palette first, then apply to each shape.

Best wishes,

Neil

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

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



Re: New theme for netbeans, team member wanted

Posted by Peter Cheung <pe...@quantr.hk>.
Dear all
    Please see the last three rows, is the style matched?


Thanks

From Peter (System Architect, Quantr Limited https://www.quantr.hk , Mobile : 96554595)

________________________________
From: Eirik Bakke <eb...@ultorg.com>
Sent: Thursday, January 13, 2022 1:17 AM
To: dev@netbeans.apache.org <de...@netbeans.apache.org>
Cc: Arafat BOUCHAFRA <ar...@gmail.com>; Peter Cheung <mc...@hotmail.com>; Peter Cheung <pe...@quantr.hk>
Subject: RE: New theme for netbeans, team member wanted

I think I understand your goal, and this thread now has a good summary of pros and cons.

Again, this is really up to whoever does the icon drawing work. Myself, I have just contributed the icons that happened to be used in my NetBeans Platform app.

Would you be interested in participating in the actual icon drawing process, by the way? Or is the use of Adobe Illustrator a deal-breaker for you? My company could pay for a license.

Alternatively we could try to work out an Inkscape process, if someone wants to commit to drawing a significant number of icons in it (separate from the ones Peter Cheung is working on). Although the lack of an Artboards feature in Inkscape could be a problem.

-- Eirik
[1] https://issues.apache.org/jira/secure/attachment/13026411/13026411_210604+Icons+Overview+Cropped.png

-----Original Message-----
From: Neil C Smith <ne...@apache.org>
Sent: Wednesday, January 12, 2022 11:18 AM
To: dev@netbeans.apache.org
Cc: Arafat BOUCHAFRA <ar...@gmail.com>; Peter Cheung <mc...@hotmail.com>; Peter Cheung <pe...@quantr.hk>
Subject: Re: New theme for netbeans, team member wanted

On Wed, 12 Jan 2022 at 15:48, Eirik Bakke <eb...@ultorg.com> wrote:
> Sorry, to clarify: The point about the color palette was my own. My argument is that the existing NetBeans icon style is not very well-suited for assigning logical colors. In order to designate a meaningful, configurable, "accent color", for example, we would have to change the overall color palette of the entire icon set. And that's something that's easier to do after-the-fact than up-front (see my earlier explanation for why).

This is where I somewhat disagree, although I think we're talking about different things.

Take 3 different icons - folder, warning, and lightbulb (not sure we have one, but ...)

They might all be the same shade of yellow.  However, maybe you want the folder icons to take on the accent colour of a look and feel, while a dark theme might want to make the shades of the other two a darker yellow, or just the warning to match other things in the theme.

Maybe we want to edit the icon files later - this could apply there as much as in icon loading.

The point was that to have the icons encode the context of a fill colour (eg. CSS class), as well as the colour itself, is potentially useful in multiple ways.  And as far as I'm aware, easier to define upfront in a template for all icons, than later.  At least in Inkscape (I'm a libre graphics person! :-)) I would set up the common stylesheet / palette first, then apply to each shape.

Best wishes,

Neil

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

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




Re: New theme for netbeans, team member wanted

Posted by Neil C Smith <ne...@apache.org>.
On Wed, 12 Jan 2022 at 17:17, Eirik Bakke <eb...@ultorg.com> wrote:
> Would you be interested in participating in the actual icon drawing process, by the way? Or is the use of Adobe Illustrator a deal-breaker for you? My company could pay for a license.

It's a deal breaker in the sense of I wouldn't have a clue where to
start with it! :-)  Anyway, it's not something I could put time into
right now with other NetBeans commitments, nor am I the right person
to be designing icons.  Writing code to make use of and expose the
style information, integrate with LaF, etc. is something I'm very up
for getting my hands dirty on, though, if it gets in there.

Best wishes,

Neil

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

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




RE: New theme for netbeans, team member wanted

Posted by Eirik Bakke <eb...@ultorg.com>.
I think I understand your goal, and this thread now has a good summary of pros and cons.

Again, this is really up to whoever does the icon drawing work. Myself, I have just contributed the icons that happened to be used in my NetBeans Platform app.

Would you be interested in participating in the actual icon drawing process, by the way? Or is the use of Adobe Illustrator a deal-breaker for you? My company could pay for a license.

Alternatively we could try to work out an Inkscape process, if someone wants to commit to drawing a significant number of icons in it (separate from the ones Peter Cheung is working on). Although the lack of an Artboards feature in Inkscape could be a problem.

-- Eirik
[1] https://issues.apache.org/jira/secure/attachment/13026411/13026411_210604+Icons+Overview+Cropped.png

-----Original Message-----
From: Neil C Smith <ne...@apache.org> 
Sent: Wednesday, January 12, 2022 11:18 AM
To: dev@netbeans.apache.org
Cc: Arafat BOUCHAFRA <ar...@gmail.com>; Peter Cheung <mc...@hotmail.com>; Peter Cheung <pe...@quantr.hk>
Subject: Re: New theme for netbeans, team member wanted

On Wed, 12 Jan 2022 at 15:48, Eirik Bakke <eb...@ultorg.com> wrote:
> Sorry, to clarify: The point about the color palette was my own. My argument is that the existing NetBeans icon style is not very well-suited for assigning logical colors. In order to designate a meaningful, configurable, "accent color", for example, we would have to change the overall color palette of the entire icon set. And that's something that's easier to do after-the-fact than up-front (see my earlier explanation for why).

This is where I somewhat disagree, although I think we're talking about different things.

Take 3 different icons - folder, warning, and lightbulb (not sure we have one, but ...)

They might all be the same shade of yellow.  However, maybe you want the folder icons to take on the accent colour of a look and feel, while a dark theme might want to make the shades of the other two a darker yellow, or just the warning to match other things in the theme.

Maybe we want to edit the icon files later - this could apply there as much as in icon loading.

The point was that to have the icons encode the context of a fill colour (eg. CSS class), as well as the colour itself, is potentially useful in multiple ways.  And as far as I'm aware, easier to define upfront in a template for all icons, than later.  At least in Inkscape (I'm a libre graphics person! :-)) I would set up the common stylesheet / palette first, then apply to each shape.

Best wishes,

Neil

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@netbeans.apache.org
For additional commands, e-mail: dev-help@netbeans.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.apache.org
For additional commands, e-mail: dev-help@netbeans.apache.org

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




Re: New theme for netbeans, team member wanted

Posted by Neil C Smith <ne...@apache.org>.
On Wed, 12 Jan 2022 at 15:48, Eirik Bakke <eb...@ultorg.com> wrote:
> Sorry, to clarify: The point about the color palette was my own. My argument is that the existing NetBeans icon style is not very well-suited for assigning logical colors. In order to designate a meaningful, configurable, "accent color", for example, we would have to change the overall color palette of the entire icon set. And that's something that's easier to do after-the-fact than up-front (see my earlier explanation for why).

This is where I somewhat disagree, although I think we're talking
about different things.

Take 3 different icons - folder, warning, and lightbulb (not sure we
have one, but ...)

They might all be the same shade of yellow.  However, maybe you want
the folder icons to take on the accent colour of a look and feel,
while a dark theme might want to make the shades of the other two a
darker yellow, or just the warning to match other things in the theme.

Maybe we want to edit the icon files later - this could apply there as
much as in icon loading.

The point was that to have the icons encode the context of a fill
colour (eg. CSS class), as well as the colour itself, is potentially
useful in multiple ways.  And as far as I'm aware, easier to define
upfront in a template for all icons, than later.  At least in Inkscape
(I'm a libre graphics person! :-)) I would set up the common
stylesheet / palette first, then apply to each shape.

Best wishes,

Neil

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

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




RE: New theme for netbeans, team member wanted

Posted by Eirik Bakke <eb...@ultorg.com>.
> Yes, I realise it's some work to set up the styles. But it'll be a lot smaller amount of work to consider now than later. And I don't see much of a maintenance issue. It was only a request to consider it in the discussions.

Noted! I think this really becomes up to whoever decides to continue work on drawing the icons. Right now we have Peter Cheung working on a first batch, delegating to his graphic designers, who are experienced with Adobe Illustrator. Perhaps let's see where that goes first.

> This has nothing to do with single accent colours, changing the default palette or platform applications
(from https://github.com/apache/netbeans/pull/3445 :)
> at no point have I suggested switching to duotone icons in order to integrate with this change

Sorry, to clarify: The point about the color palette was my own. My argument is that the existing NetBeans icon style is not very well-suited for assigning logical colors. In order to designate a meaningful, configurable, "accent color", for example, we would have to change the overall color palette of the entire icon set. And that's something that's easier to do after-the-fact than up-front (see my earlier explanation for why).

-- Eirik

-----Original Message-----
From: Neil C Smith <ne...@apache.org> 
Sent: Sunday, January 2, 2022 10:06 AM
To: dev <de...@netbeans.apache.org>
Subject: Re: New theme for netbeans, team member wanted

On Sun, 2 Jan 2022, 14:57 Eirik Bakke, <eb...@ultorg.com> wrote:

> > Relying on colour filtering of the rasterized icons for eg. dark 
> > themes
> makes no sense when we can style the SVG data before rasterization 
> with semantic information intact.
>
> The motivation is just that it's less work. Even things like picking 
> names for the color classes is work. And then we're stuck with 
> maintaining and supporting those classes, like maintaining an API.
>

Yes, I realise it's some work to set up the styles. But it'll be a lot smaller amount of work to consider now than later. And I don't see much of a maintenance issue. It was only a request to consider it in the discussions. But if they're added, I'm happy to look at the loading code support.

Best wishes,

Neil

Re: New theme for netbeans, team member wanted

Posted by Neil C Smith <ne...@apache.org>.
On Sun, 2 Jan 2022, 14:57 Eirik Bakke, <eb...@ultorg.com> wrote:

> > Relying on colour filtering of the rasterized icons for eg. dark themes
> makes no sense when we can style the SVG data before rasterization with
> semantic information intact.
>
> The motivation is just that it's less work. Even things like picking names
> for the color classes is work. And then we're stuck with maintaining and
> supporting those classes, like maintaining an API.
>

Yes, I realise it's some work to set up the styles. But it'll be a lot
smaller amount of work to consider now than later. And I don't see much of
a maintenance issue. It was only a request to consider it in the
discussions. But if they're added, I'm happy to look at the loading code
support.

Best wishes,

Neil

RE: New theme for netbeans, team member wanted

Posted by Eirik Bakke <eb...@ultorg.com>.
> Relying on colour filtering of the rasterized icons for eg. dark themes makes no sense when we can style the SVG data before rasterization with semantic information intact.

The motivation is just that it's less work. Even things like picking names for the color classes is work. And then we're stuck with maintaining and supporting those classes, like maintaining an API.

-- Eirik

-----Original Message-----
From: Neil C Smith <ne...@apache.org> 
Sent: Sunday, January 2, 2022 3:52 PM
To: dev <de...@netbeans.apache.org>
Cc: Arafat BOUCHAFRA <ar...@gmail.com>; Peter Cheung <mc...@hotmail.com>; Peter Cheung <pe...@quantr.hk>
Subject: Re: New theme for netbeans, team member wanted

On Sun, 2 Jan 2022, 14:22 Eirik Bakke, <eb...@ultorg.com> wrote:

> > What I mean is I assume you want a limited consistent set of colours
> (pallette) across all icons?
>
> The existing bitmap icons already have a good color scheme that does 
> this (designed by Leos Tronicek [1]). But it doesn't lend itself well 
> to the concept of a single "accent" color that can be changed 
> arbitrarily, since the icons are colorful rather than monotone or 
> duetone. Personally, I think that's fine, and a good contrast to the IntelliJ style.
>

I think you're missing my point. This has nothing to do with single accent colours, changing the default palette or platform applications.

I'm asking to try and have semantic classes for all colourings in the SVGs.
Relying on colour filtering of the rasterized icons for eg. dark themes makes no sense when we can style the SVG data before rasterization with semantic information intact. After rasterization nothing tells you why a particular part of the icon is red or yellow. We can then style icons far more easily from a central point.

I always wanted to switch to logical icons managed in a central way, along the lines of the xdg spec, but at least having one place to alter the palette is an improvement.

Best wishes,

Neil

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

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




Re: New theme for netbeans, team member wanted

Posted by Neil C Smith <ne...@apache.org>.
On Sun, 2 Jan 2022, 14:22 Eirik Bakke, <eb...@ultorg.com> wrote:

> > What I mean is I assume you want a limited consistent set of colours
> (pallette) across all icons?
>
> The existing bitmap icons already have a good color scheme that does this
> (designed by Leos Tronicek [1]). But it doesn't lend itself well to the
> concept of a single "accent" color that can be changed arbitrarily, since
> the icons are colorful rather than monotone or duetone. Personally, I think
> that's fine, and a good contrast to the IntelliJ style.
>

I think you're missing my point. This has nothing to do with single accent
colours, changing the default palette or platform applications.

I'm asking to try and have semantic classes for all colourings in the SVGs.
Relying on colour filtering of the rasterized icons for eg. dark themes
makes no sense when we can style the SVG data before rasterization with
semantic information intact. After rasterization nothing tells you why a
particular part of the icon is red or yellow. We can then style icons far
more easily from a central point.

I always wanted to switch to logical icons managed in a central way, along
the lines of the xdg spec, but at least having one place to alter the
palette is an improvement.

Best wishes,

Neil

RE: New theme for netbeans, team member wanted

Posted by Eirik Bakke <eb...@ultorg.com>.
> What I mean is I assume you want a limited consistent set of colours (pallette) across all icons? 

The existing bitmap icons already have a good color scheme that does this (designed by Leos Tronicek [1]). But it doesn't lend itself well to the concept of a single "accent" color that can be changed arbitrarily, since the icons are colorful rather than monotone or duetone. Personally, I think that's fine, and a good contrast to the IntelliJ style.

But I understand that others might prefer a different aesthetic. The choice to keep the existing style is mostly a pragmatic one. If you're thinking of changing the color scheme, e.g. for use in a NetBeans Platform app like PraxisLIVE, another alternative would be to change the colors from Illustrator and regenerate the SVGs for your own use. (I can document the process.) I know a lot of programmers don't like Adobe Illustrator, but it does have the advantage of showing all the icons side-by-side, in named artboards, which is extremely helpful when you're trying to make many different icons look consistent.

Perhaps let's see how Peter Cheung and his designers fare with their first batch of icons. They were continuing where Pete Whelpton and I left off, and might have opinions on the workflow.

-- Eirik
[1] See Geertjan's history in the old email thread "NetBeans GUI icons, who drew them?"

-----Original Message-----
From: Neil C Smith <ne...@apache.org> 
Sent: Saturday, January 1, 2022 6:33 PM
To: dev@netbeans.apache.org
Cc: Arafat BOUCHAFRA <ar...@gmail.com>; Peter Cheung <mc...@hotmail.com>; Peter Cheung <pe...@quantr.hk>
Subject: Re: New theme for netbeans, team member wanted

On Sat, 1 Jan 2022 at 14:49, Eirik Bakke <eb...@ultorg.com> wrote:
> That's true for the old bitmap icons, but the new SVG icons are drawn without shadows, specular highlights/gradients, and bevel borders. This should avoid the depth inversion problem.

Yes, they're certainly better, but I'm not sure they entirely remove the problems.

> To understand--what do you mean by accent and logical colors here, in terms of the existing NetBeans icons? Could you take a look at the following screenshot (left side), which shows the most commonly seen NetBeans icons, and say what the "accent" color would be, and give some examples of what you mean by "logical" colors?
>
> https://issues.apache.org/jira/secure/attachment/13026411/13026411_210
> 604+Icons+Overview+Cropped.png
>
> (I know there are other icon styles where the icons are mostly 
> grayscale + single accept color, like in IntelliJ. But the NetBeans 
> icons have a multi-color style. And I think this is actually a nice 
> point of differentiation for NetBeans.)

Yes, sorry, not particularly well described maybe.  I'm not talking about the single accent colour approach like that, even if personally I'd prefer it over the multi-colour style.  Quite understand you want to keep that, although with this suggestion we could even support both.

What I mean is I assume you want a limited consistent set of colours
(pallette) across all icons?  But there are also different reasons for the colours, and I guess I'd add natural to accent and logical.  And maybe accent should be theme or laf?

eg.

red (logical) - stop / error / close
yellow (logical) - warning

yellow (accent / theme) folders / arrows grey (accent / theme) area select

blue / green (natural) - world icon
grey (natural) - wastebasket

If the SVG files add CSS style classes for the various distinct uses, as well as the default fill colour, we have the option to support override via LAF provided stylesheets at icon loading later?

So, folders and arrows could follow LAF colouring, and other colours could be adjusted to work better with dark themes, all without having to change the icons themselves.

Best wishes,

Neil

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@netbeans.apache.org
For additional commands, e-mail: dev-help@netbeans.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.apache.org
For additional commands, e-mail: dev-help@netbeans.apache.org

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




Re: New theme for netbeans, team member wanted

Posted by Neil C Smith <ne...@apache.org>.
On Sat, 1 Jan 2022 at 14:49, Eirik Bakke <eb...@ultorg.com> wrote:
> That's true for the old bitmap icons, but the new SVG icons are drawn without shadows, specular highlights/gradients, and bevel borders. This should avoid the depth inversion problem.

Yes, they're certainly better, but I'm not sure they entirely remove
the problems.

> To understand--what do you mean by accent and logical colors here, in terms of the existing NetBeans icons? Could you take a look at the following screenshot (left side), which shows the most commonly seen NetBeans icons, and say what the "accent" color would be, and give some examples of what you mean by "logical" colors?
>
> https://issues.apache.org/jira/secure/attachment/13026411/13026411_210604+Icons+Overview+Cropped.png
>
> (I know there are other icon styles where the icons are mostly grayscale + single accept color, like in IntelliJ. But the NetBeans icons have a multi-color style. And I think this is actually a nice point of differentiation for NetBeans.)

Yes, sorry, not particularly well described maybe.  I'm not talking
about the single accent colour approach like that, even if personally
I'd prefer it over the multi-colour style.  Quite understand you want
to keep that, although with this suggestion we could even support
both.

What I mean is I assume you want a limited consistent set of colours
(pallette) across all icons?  But there are also different reasons for
the colours, and I guess I'd add natural to accent and logical.  And
maybe accent should be theme or laf?

eg.

red (logical) - stop / error / close
yellow (logical) - warning

yellow (accent / theme) folders / arrows
grey (accent / theme) area select

blue / green (natural) - world icon
grey (natural) - wastebasket

If the SVG files add CSS style classes for the various distinct uses,
as well as the default fill colour, we have the option to support
override via LAF provided stylesheets at icon loading later?

So, folders and arrows could follow LAF colouring, and other colours
could be adjusted to work better with dark themes, all without having
to change the icons themselves.

Best wishes,

Neil

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

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




RE: New theme for netbeans, team member wanted

Posted by Eirik Bakke <eb...@ultorg.com>.
> Your linked image looks somewhat better than the dark metal implementation, but value invert is hit and miss - eg. it inverts depth perception.

That's true for the old bitmap icons, but the new SVG icons are drawn without shadows, specular highlights/gradients, and bevel borders. This should avoid the depth inversion problem.

> Catch 22! I'll put work into implementing this as soon as we have icons that support it.
> But the icons already have accent and logical colours. It's whether we choose to expose them.

To understand--what do you mean by accent and logical colors here, in terms of the existing NetBeans icons? Could you take a look at the following screenshot (left side), which shows the most commonly seen NetBeans icons, and say what the "accent" color would be, and give some examples of what you mean by "logical" colors?

https://issues.apache.org/jira/secure/attachment/13026411/13026411_210604+Icons+Overview+Cropped.png

(I know there are other icon styles where the icons are mostly grayscale + single accept color, like in IntelliJ. But the NetBeans icons have a multi-color style. And I think this is actually a nice point of differentiation for NetBeans.)

-- Eirik

-----Original Message-----
From: Neil C Smith <ne...@apache.org> 
Sent: Saturday, January 1, 2022 2:09 PM
To: dev <de...@netbeans.apache.org>
Cc: Arafat BOUCHAFRA <ar...@gmail.com>; Peter Cheung <mc...@hotmail.com>; Peter Cheung <pe...@quantr.hk>
Subject: Re: New theme for netbeans, team member wanted

On Sat, 1 Jan 2022, 12:05 Eirik Bakke, <eb...@ultorg.com> wrote:

> > Yes, I know, it's horrible!
>
> I thought it looked quite nice :-)
>

Your linked image looks somewhat better than the dark metal implementation, but value invert is hit and miss - eg. it inverts depth perception.

>
>
> My general point is that redrawing the icons is a massive task--there 
> are thousands of unique icons in NetBeans,


Yes, I know, hence suggesting ensuring a standardised colour palette that has potential to style from one place. It's a little extra work at the beginning that should simplify the massive task a bit?

There's also the YAGNI principle--don't pre-architect for functionality we
> won't yet implement.
>

Catch 22! I'll put work into implementing this as soon as we have icons that support it.


> I also happen to think that the existing icon color scheme is actually 
> a good one, and that animations should be avoided. Accent colors are a 
> good idea,
>

I agree on existing palette and animations. But the icons already have accent and logical colours. It's whether we choose to expose them.

Best wishes,

Neil

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

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




Re: New theme for netbeans, team member wanted

Posted by Neil C Smith <ne...@apache.org>.
On Sat, 1 Jan 2022, 12:05 Eirik Bakke, <eb...@ultorg.com> wrote:

> > Yes, I know, it's horrible!
>
> I thought it looked quite nice :-)
>

Your linked image looks somewhat better than the dark metal implementation,
but value invert is hit and miss - eg. it inverts depth perception.

>
>
> My general point is that redrawing the icons is a massive task--there are
> thousands of unique icons in NetBeans,


Yes, I know, hence suggesting ensuring a standardised colour palette that
has potential to style from one place. It's a little extra work at the
beginning that should simplify the massive task a bit?

There's also the YAGNI principle--don't pre-architect for functionality we
> won't yet implement.
>

Catch 22! I'll put work into implementing this as soon as we have icons
that support it.


> I also happen to think that the existing icon color scheme is actually a
> good one, and that animations should be avoided. Accent colors are a good
> idea,
>

I agree on existing palette and animations. But the icons already have
accent and logical colours. It's whether we choose to expose them.

Best wishes,

Neil

Re: New theme for netbeans, team member wanted

Posted by Peter Cheung <pe...@quantr.hk>.
ok


Thanks

From Peter (System Architect, Quantr Limited https://www.quantr.hk , Mobile : 96554595)

________________________________
From: Eirik Bakke <eb...@ultorg.com>
Sent: Saturday, January 1, 2022 8:04 PM
To: dev@netbeans.apache.org <de...@netbeans.apache.org>
Cc: Arafat BOUCHAFRA <ar...@gmail.com>; Peter Cheung <mc...@hotmail.com>; Peter Cheung <pe...@quantr.hk>
Subject: RE: New theme for netbeans, team member wanted

> Yes, I know, it's horrible!

I thought it looked quite nice :-)

My general point is that redrawing the icons is a massive task--there are thousands of unique icons in NetBeans, and many hundreds that are seen frequently. We really need to keep the process as simple as possible, to have a chance to get it done. The main goal here--for my own work at least--is to make NetBeans look good on Retina displays (all MacBooks) and other HiDPI displays (on both Windows and Linux).

> It's probably less work to consider this now than retrofit them all later?
No, I think retrofitting is actually easier--it could be done in one big batch operation. It would have to be part of a general effort to change the color scheme, which requires seeing all the ready-drawn icons side-by-side. There's also the YAGNI principle--don't pre-architect for functionality we won't yet implement.

I also happen to think that the existing icon color scheme is actually a good one, and that animations should be avoided. Accent colors are a good idea, but can be limited to other parts of the LAF, such as selection highlights.

-- Eirik

-----Original Message-----
From: Neil C Smith <ne...@apache.org>
Sent: Saturday, January 1, 2022 12:38 PM
To: dev@netbeans.apache.org
Subject: Re: New theme for netbeans, team member wanted

On Sat, 1 Jan 2022 at 11:29, Eirik Bakke <eb...@ultorg.com> wrote:
> For Dark Mode, one can apply a color filter that inverts the brightness without changing the hues.

Yes, I know, it's horrible!

> Other color scheme changes would probably be best to do once a substantial number of icons have been vectorized.

I wasn't suggesting otherwise, just asking to consider future proofing the SVGs now with CSS classes (or other mechanism) so this can more easily be done later. It's probably less work to consider this now than retrofit them all later?

Best wishes,

Neil

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

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




RE: New theme for netbeans, team member wanted

Posted by Eirik Bakke <eb...@ultorg.com>.
> Yes, I know, it's horrible!

I thought it looked quite nice :-)

My general point is that redrawing the icons is a massive task--there are thousands of unique icons in NetBeans, and many hundreds that are seen frequently. We really need to keep the process as simple as possible, to have a chance to get it done. The main goal here--for my own work at least--is to make NetBeans look good on Retina displays (all MacBooks) and other HiDPI displays (on both Windows and Linux).

> It's probably less work to consider this now than retrofit them all later?
No, I think retrofitting is actually easier--it could be done in one big batch operation. It would have to be part of a general effort to change the color scheme, which requires seeing all the ready-drawn icons side-by-side. There's also the YAGNI principle--don't pre-architect for functionality we won't yet implement.

I also happen to think that the existing icon color scheme is actually a good one, and that animations should be avoided. Accent colors are a good idea, but can be limited to other parts of the LAF, such as selection highlights.

-- Eirik

-----Original Message-----
From: Neil C Smith <ne...@apache.org> 
Sent: Saturday, January 1, 2022 12:38 PM
To: dev@netbeans.apache.org
Subject: Re: New theme for netbeans, team member wanted

On Sat, 1 Jan 2022 at 11:29, Eirik Bakke <eb...@ultorg.com> wrote:
> For Dark Mode, one can apply a color filter that inverts the brightness without changing the hues.

Yes, I know, it's horrible!

> Other color scheme changes would probably be best to do once a substantial number of icons have been vectorized.

I wasn't suggesting otherwise, just asking to consider future proofing the SVGs now with CSS classes (or other mechanism) so this can more easily be done later. It's probably less work to consider this now than retrofit them all later?

Best wishes,

Neil

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

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




Re: New theme for netbeans, team member wanted

Posted by Neil C Smith <ne...@apache.org>.
On Sat, 1 Jan 2022 at 11:29, Eirik Bakke <eb...@ultorg.com> wrote:
> For Dark Mode, one can apply a color filter that inverts the brightness without changing the hues.

Yes, I know, it's horrible!

> Other color scheme changes would probably be best to do once a substantial number of icons have been vectorized.

I wasn't suggesting otherwise, just asking to consider future proofing
the SVGs now with CSS classes (or other mechanism) so this can more
easily be done later. It's probably less work to consider this now
than retrofit them all later?

Best wishes,

Neil

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

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




RE: New theme for netbeans, team member wanted

Posted by Eirik Bakke <eb...@ultorg.com>.
For Dark Mode, one can apply a color filter that inverts the brightness without changing the hues. I.e. so red stays red but black becomes white etc. Here's an example (inverting the L channel in LAB color space):

https://issues.apache.org/jira/secure/attachment/13038140/220101%20Updated%20Dark%20Filter%20Test.png

ImageUtilities actually has support for pluggable color filters already.

Other color scheme changes would probably be best to do once a substantial number of icons have been vectorized. Otherwise there will be old bitmap icons with the old color scheme next to new icons with the new color scheme. But once the icon shapes are drawn, changing the color scheme later should be quite easy. It's drawing the actual shapes and bezier curves etc. that take up most of the time.

-- Eirik

-----Original Message-----
From: Neil C Smith <ne...@apache.org> 
Sent: Friday, December 31, 2021 6:30 PM
To: dev@netbeans.apache.org
Cc: Peter Cheung <pe...@quantr.hk>; Peter Cheung <mc...@hotmail.com>; Arafat BOUCHAFRA <ar...@gmail.com>
Subject: Re: New theme for netbeans, team member wanted

On Tue, 28 Dec 2021 at 12:26, Eirik Bakke <eb...@ultorg.com> wrote:
> Other topics discussed:
> * Arafat proposed more ambitious changes to NetBeans' look & feel, and we exchanged ideas. Eirik mentioned the recent discussion thread that ended up making FlatLAF the default LAF on NetBeans.
> * Arafat also mentioned possible approaches to get support for animated icons.

All sounds exciting!

While discussing SVG features, a bigger one than animation might be CSS?  Or at least, at this stage, could we ensure icons have classes for a small range of accent colours?  Obviously, certain things like "stop" you might want always to be red.  Whereas other accent colours might be better to pick up from the look and feel.  And it would be great to never have to rely on the _dark suffix for svg icons.

Obviously there's a need to look at changes in the icon loading to allow specifying the right stylesheet via Batik too.

Best wishes,

Neil

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

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




Re: New theme for netbeans, team member wanted

Posted by Neil C Smith <ne...@apache.org>.
On Tue, 28 Dec 2021 at 12:26, Eirik Bakke <eb...@ultorg.com> wrote:
> Other topics discussed:
> * Arafat proposed more ambitious changes to NetBeans' look & feel, and we exchanged ideas. Eirik mentioned the recent discussion thread that ended up making FlatLAF the default LAF on NetBeans.
> * Arafat also mentioned possible approaches to get support for animated icons.

All sounds exciting!

While discussing SVG features, a bigger one than animation might be
CSS?  Or at least, at this stage, could we ensure icons have classes
for a small range of accent colours?  Obviously, certain things like
"stop" you might want always to be red.  Whereas other accent colours
might be better to pick up from the look and feel.  And it would be
great to never have to rely on the _dark suffix for svg icons.

Obviously there's a need to look at changes in the icon loading to
allow specifying the right stylesheet via Batik too.

Best wishes,

Neil

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

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




RE: New theme for netbeans, team member wanted

Posted by Eirik Bakke <eb...@ultorg.com>.
Peter Cheung, Arafat Bouchafra, and me (Eirik Bakke) just had a Zoom video chat today, following up on this thread. The three of us are all software developers and long-time users of NetBeans.

Icon drawing project summary:
* Peter's company has two designers who work with Photoshop and Illustrator, and he may be willing to allocate some of their time to continue the icon drawing process that is tracked in https://issues.apache.org/jira/browse/NETBEANS-2617 . Peter will communicate with the designers.
* Eirik has shared with Peter an Illustrator template file containing the first 50 SVG icons and artboards/bitmap templates for the next ~167 icons to be prioritized (also attached to https://issues.apache.org/jira/browse/NETBEANS-2617 ). We did a screen sharing where Peter had a look at the file, layers, artboards etc.
* Peter's designer will try to draw a small batch of ~10 icons in the Illustrator template. Then we'll discuss progress. Eirik can help turn this next batch of icons into a Pull Request, or walk Peter through how to do this. (Exporting the SVG files, adding license headers, copying SVGs into the right locations in the NetBeans repo etc.)

Resources:
* Style guide to be used for new SVG icons, consistent with earlier merged PRs: https://issues.apache.org/jira/browse/NETBEANS-2617
* List of artboards in the Illustrator file, and notes on each icon: https://docs.google.com/spreadsheets/d/1U_pj-I3hk9Wj_7lvHcUDsZfFfBSyCkSGqBuv0qt_qXw/edit#gid=812179705 

Other topics discussed:
* Arafat proposed more ambitious changes to NetBeans' look & feel, and we exchanged ideas. Eirik mentioned the recent discussion thread that ended up making FlatLAF the default LAF on NetBeans. 
* Arafat also mentioned possible approaches to get support for animated icons.
* Arafat inquired about whether there still exists a "NetBeans Certified Engineer Course". He has been teaching Computer Science courses himself. We looked at https://netbeans.apache.org/wiki/NetBeansCertifiedEngineerCourse.asciidoc , but this seems like an old page.
* Eirik suggested sending out a separate email to dev@netbeans.apache.org to discuss bigger or more controversial ideas. (Since decision-making in the NetBeans project is based on open discussion on the mailing list and in GitHub Pull Requests, rather than in meetings or private sub-groups.)

-- Eirik

-----Original Message-----
From: Eirik Bakke <eb...@ultorg.com> 
Sent: Saturday, December 25, 2021 2:24 PM
To: Peter Cheung <pe...@quantr.hk>; Peter Cheung <mc...@hotmail.com>
Cc: dev@netbeans.apache.org
Subject: RE: New theme for netbeans, team member wanted

Great! I sent invites to the people already in this thread.

Merry Christmas!

-- Eirik

From: Peter Cheung <pe...@quantr.hk>
Sent: Saturday, December 25, 2021 2:21 PM
To: Eirik Bakke <eb...@ultorg.com>; Peter Cheung <mc...@hotmail.com>
Cc: dev@netbeans.apache.org
Subject: Re: New theme for netbeans, team member wanted

Thanks, accepted your request. Merry Xmas too


Thanks

From Peter (System Architect, Quantr Limited https://www.quantr.hk , Mobile : 96554595)

________________________________
From: Eirik Bakke <eb...@ultorg.com>
Sent: Saturday, December 25, 2021 9:18 PM
To: Peter Cheung <mc...@hotmail.com>
Cc: Peter Cheung <pe...@quantr.hk>; dev@netbeans.apache.org <de...@netbeans.apache.org>
Subject: RE: New theme for netbeans, team member wanted


10.00 (10am) UTC on Tue December 28 works.



For anyone who'd like to join, please respond with your email address in this thread, and I can send you a Zoom meeting invite.



-- Eirik



From: Peter Cheung <mc...@hotmail.com>
Sent: Thursday, December 23, 2021 6:02 PM
To: Eirik Bakke <eb...@ultorg.com>
Cc: peter@quantr.hk; dev@netbeans.apache.org
Subject: Re: New theme for netbeans, team member wanted



Dear Eirik

    Sorry late reply. Shall we do next tue 10 UTC ? thanks



Thanks

From Peter



________________________________

From: Eirik Bakke <eb...@ultorg.com>
Sent: Thursday, December 16, 2021 10:35 PM
To: dev@netbeans.apache.org <de...@netbeans.apache.org>
Subject: RE: New theme for netbeans, team member wanted



At the moment, anytime 10.00-22.00 UTC Tuesday or Wednesday would work, for instance. Just let me know which time slot you prefer.

-- Eirik

-----Original Message-----
From: Peter Cheung <mc...@hotmail.com>
Sent: Tuesday, December 14, 2021 7:06 PM
To: Geertjan Wielenga <ge...@googlemail.com>; dev@netbeans.apache.org
Subject: Re: New theme for netbeans, team member wanted

Dear Eirik
    May I know what time you ok for a net meeting next week? I ask my designers (Noel & Venus) to reserve time. It doesn't have to be hong kong day time, just any time that fit you is ok.

Thanks Geertjan too


Thanks
From Peter
________________________________
From: Geertjan Wielenga <ge...@googlemail.com>
Sent: Monday, December 6, 2021 4:00 PM
To: dev@netbeans.apache.org <de...@netbeans.apache.org>
Cc: mcheung63@hotmail.com <mc...@hotmail.com>
Subject: Re: New theme for netbeans, team member wanted


Great, progress! Yes, a report to this mailing list would be great to keep everyone informed.

Gj

On Mon, 6 Dec 2021 at 07:27, Eirik Bakke <eb...@ultorg.com>> wrote:
Sure! Are you in Hong Kong? This week I'm on US east coast time and could do an evening call (US time) later in the week. December 15th through January 7 I'll be on central Europe time.

I can show the current workflow I've been using for vectorizing NetBeans icons so far, and give you an idea of the work involved.

If others are interested in joining, feel free to chime in. (We can write a summary for the mailing list afterwards.)

-- Eirik

-----Original Message-----
From: Peter Cheung <mc...@hotmail.com>>
Sent: Sunday, December 5, 2021 12:15 PM
To: dev@netbeans.apache.org<ma...@netbeans.apache.org>
Subject: Re: New theme for netbeans, team member wanted

Dear Eirik
    We have read the google sheet. Do you have time to have a zoom this week? So we can have a jump start 🙂


Thanks
From Peter
________________________________
From: Eirik Bakke <eb...@ultorg.com>>
Sent: Thursday, November 25, 2021 1:11 AM
To: dev@netbeans.apache.org<ma...@netbeans.apache.org> <de...@netbeans.apache.org>>
Subject: RE: New theme for netbeans, team member wanted

Hi, Peter.

Fantastic! I'm happy to join a chat--it would be good to include anyone else on this list who is interested as well.

For actual decision-making, discussions should happen on the email list, so that everyone can follow along. But a Zoom meeting might be good for a quick overview.

The style guide that was used for the first 50 icons is described on https://issues.apache.org/jira/browse/NETBEANS-2617 . The original discussion around this can be found at https://github.com/apache/netbeans/pull/2387 . (If helpful, I could add some example images to the style guide and perhaps pull it out of the JIRA issue and into a separate Confluence page.)

-- Eirik

-----Original Message-----
From: Peter Cheung <mc...@hotmail.com>>
Sent: Wednesday, November 24, 2021 9:18 AM
To: dev@netbeans.apache.org<ma...@netbeans.apache.org>
Subject: Re: New theme for netbeans, team member wanted

Hi Eirik
    We definitely want to help out for the icons. What style you want? How about I line up our designers with you for a meeting?
Thanks
From Peter
________________________________
From: Eirik Bakke <eb...@ultorg.com>>
Sent: Wednesday, November 24, 2021 1:50 AM
To: dev@netbeans.apache.org<ma...@netbeans.apache.org> <de...@netbeans.apache.org>>
Subject: RE: New theme for netbeans, team member wanted

Hi, Peter!

There is one big theme-related task which is pending, which is to create new SVG versions of various bitmap icons in the IDE, for modern Retina/HiDPI screens. I did the first 50 (in Adobe Illustrator), and picked out the next ones to be prioritized, as you can see here:

https://issues.apache.org/jira/secure/attachment/13026411/13026411_210604+Icons+Overview+Cropped.png
https://docs.google.com/spreadsheets/d/1U_pj-I3hk9Wj_7lvHcUDsZfFfBSyCkSGqBuv0qt_qXw/edit#gid=812179705
https://issues.apache.org/jira/browse/NETBEANS-2617

If you are interested in helping with the icon drawling effort, I'd be happy to help coordinate.

As for the Look & Feel, I think NetBeans will now be switching to FlatLAF as the default on all 3 operating systems (Windows, Linux, MacOS). I just transitioned my own NetBeans Platform application to FlatLAF, and it's a very good basis for making NetBeans look good in the future. It's also very configurable, so I think alternative themes can be implemented by means of configuring and improving FlatLAF, rather than by creating a completely new Swing LAF.

-- Eirik

-----Original Message-----
From: Christian Lenz <ch...@gmx.net>>
Sent: Tuesday, November 23, 2021 11:31 AM
To: dev@netbeans.apache.org<ma...@netbeans.apache.org>
Subject: AW: New theme for netbeans, team member wanted

Hey Peter,

great to have you on board already. We are discussing to add the Flat LaF as a default theme to NetBeans which is already implemented, but we need to switch to it.

What I can say what we need is a designer for maybe new UI components. Some components in NetBeans can be combined into one for example Input + button to search for paths etc.
Some other parts need a redesign and also proposals. So let us know, what you think to change in NetBeans and show us some examples and let us discuss about it 😊.


Cheers

Chris

Von: Peter Cheung
Gesendet: Dienstag, 23. November 2021 04:38
An: dev@netbeans.apache.org<ma...@netbeans.apache.org>
Betreff: New theme for netbeans, team member wanted

Dear All
     My name is Peter, from Quantr Limited. I love Netbeans and have been developed few plugins for it. This proves my ambition in Netbeans.

https://gitlab.com/quantr/toolchain/netbeans-verilog
https://gitlab.com/mcheung63/netbeans-quick-outline
https://gitlab.com/mcheung63/MavenRunner
https://www.youtube.com/watch?v=rDFkhrHxHMw

    Many people said VSCode and intelliJ looks fancier than Netbeans. We want to contribute our power to theme the netbeans, my company has two designers. Below are some of their artworks I have experience in java swing styling, I did developer a L&F ten years ago https://gitlab.com/mcheung63/peter-swing

    Netbeans is very complex piece of code, we want team members to

  1.  Guide us, instruct us
  2.  Comment the style
  3.  Help us when we meet trouble in code
  4.  Coding


https://xd.adobe.com/view/9d702288-c88d-4253-96b8-e81013f51b1d-c823/
https://xd.adobe.com/view/3327f9a4-7128-4181-80ca-f276843f48ad-6674/
https://xd.adobe.com/view/daef7604-73a6-47c8-8f6f-d1888e1038f9-8fbc/

Hope to see a reply !!!

Thanks
From Peter

 B KKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKCB    [  X  ܚX K  K[XZ[    ] ][  X  ܚX P  ]  X[ ˘\ X  K ܙ B  ܈ Y  ] [ۘ[    [X[     K[XZ[
   ] Z [    ]  X[ ˘\ X  K ܙ B B  ܈  \   \  [  ܛX] [ۈ X  ]    H  ]  X[   XZ[ [    \      \ ]
 B     ΋    Z K \ X  K ܙ   ۙ  Y[  K  \   ^KӑU  PS   XZ[ [    \   B B B B
B�KKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKCB��[��X��ܚX�KK[XZ[
�]�][��X��ܚX�P�]�X[�˘\X�K�ܙ�B��܈Y][ۘ[��[X[��K[XZ[
�]�Z[�]�X[�˘\X�K�ܙ�B�B��܈�\�\�[��ܛX][ۈX��]H�]�X[��XZ[[��\���\�]
�B�΋����Z�K�\X�K�ܙ���ۙ�Y[��K�\�^KӑU�PS���XZ[[���\��B�B�B�B

RE: New theme for netbeans, team member wanted

Posted by Eirik Bakke <eb...@ultorg.com>.
Great! I sent invites to the people already in this thread.

Merry Christmas!

-- Eirik

From: Peter Cheung <pe...@quantr.hk>
Sent: Saturday, December 25, 2021 2:21 PM
To: Eirik Bakke <eb...@ultorg.com>; Peter Cheung <mc...@hotmail.com>
Cc: dev@netbeans.apache.org
Subject: Re: New theme for netbeans, team member wanted

Thanks, accepted your request. Merry Xmas too


Thanks

From Peter (System Architect, Quantr Limited https://www.quantr.hk , Mobile : 96554595)

________________________________
From: Eirik Bakke <eb...@ultorg.com>
Sent: Saturday, December 25, 2021 9:18 PM
To: Peter Cheung <mc...@hotmail.com>
Cc: Peter Cheung <pe...@quantr.hk>; dev@netbeans.apache.org <de...@netbeans.apache.org>
Subject: RE: New theme for netbeans, team member wanted


10.00 (10am) UTC on Tue December 28 works.



For anyone who'd like to join, please respond with your email address in this thread, and I can send you a Zoom meeting invite.



-- Eirik



From: Peter Cheung <mc...@hotmail.com>
Sent: Thursday, December 23, 2021 6:02 PM
To: Eirik Bakke <eb...@ultorg.com>
Cc: peter@quantr.hk; dev@netbeans.apache.org
Subject: Re: New theme for netbeans, team member wanted



Dear Eirik

    Sorry late reply. Shall we do next tue 10 UTC ? thanks



Thanks

From Peter



________________________________

From: Eirik Bakke <eb...@ultorg.com>
Sent: Thursday, December 16, 2021 10:35 PM
To: dev@netbeans.apache.org <de...@netbeans.apache.org>
Subject: RE: New theme for netbeans, team member wanted



At the moment, anytime 10.00-22.00 UTC Tuesday or Wednesday would work, for instance. Just let me know which time slot you prefer.

-- Eirik

-----Original Message-----
From: Peter Cheung <mc...@hotmail.com>
Sent: Tuesday, December 14, 2021 7:06 PM
To: Geertjan Wielenga <ge...@googlemail.com>; dev@netbeans.apache.org
Subject: Re: New theme for netbeans, team member wanted

Dear Eirik
    May I know what time you ok for a net meeting next week? I ask my designers (Noel & Venus) to reserve time. It doesn't have to be hong kong day time, just any time that fit you is ok.

Thanks Geertjan too


Thanks
From Peter
________________________________
From: Geertjan Wielenga <ge...@googlemail.com>
Sent: Monday, December 6, 2021 4:00 PM
To: dev@netbeans.apache.org <de...@netbeans.apache.org>
Cc: mcheung63@hotmail.com <mc...@hotmail.com>
Subject: Re: New theme for netbeans, team member wanted


Great, progress! Yes, a report to this mailing list would be great to keep everyone informed.

Gj

On Mon, 6 Dec 2021 at 07:27, Eirik Bakke <eb...@ultorg.com>> wrote:
Sure! Are you in Hong Kong? This week I'm on US east coast time and could do an evening call (US time) later in the week. December 15th through January 7 I'll be on central Europe time.

I can show the current workflow I've been using for vectorizing NetBeans icons so far, and give you an idea of the work involved.

If others are interested in joining, feel free to chime in. (We can write a summary for the mailing list afterwards.)

-- Eirik

-----Original Message-----
From: Peter Cheung <mc...@hotmail.com>>
Sent: Sunday, December 5, 2021 12:15 PM
To: dev@netbeans.apache.org<ma...@netbeans.apache.org>
Subject: Re: New theme for netbeans, team member wanted

Dear Eirik
    We have read the google sheet. Do you have time to have a zoom this week? So we can have a jump start 🙂


Thanks
From Peter
________________________________
From: Eirik Bakke <eb...@ultorg.com>>
Sent: Thursday, November 25, 2021 1:11 AM
To: dev@netbeans.apache.org<ma...@netbeans.apache.org> <de...@netbeans.apache.org>>
Subject: RE: New theme for netbeans, team member wanted

Hi, Peter.

Fantastic! I'm happy to join a chat--it would be good to include anyone else on this list who is interested as well.

For actual decision-making, discussions should happen on the email list, so that everyone can follow along. But a Zoom meeting might be good for a quick overview.

The style guide that was used for the first 50 icons is described on https://issues.apache.org/jira/browse/NETBEANS-2617 . The original discussion around this can be found at https://github.com/apache/netbeans/pull/2387 . (If helpful, I could add some example images to the style guide and perhaps pull it out of the JIRA issue and into a separate Confluence page.)

-- Eirik

-----Original Message-----
From: Peter Cheung <mc...@hotmail.com>>
Sent: Wednesday, November 24, 2021 9:18 AM
To: dev@netbeans.apache.org<ma...@netbeans.apache.org>
Subject: Re: New theme for netbeans, team member wanted

Hi Eirik
    We definitely want to help out for the icons. What style you want? How about I line up our designers with you for a meeting?
Thanks
From Peter
________________________________
From: Eirik Bakke <eb...@ultorg.com>>
Sent: Wednesday, November 24, 2021 1:50 AM
To: dev@netbeans.apache.org<ma...@netbeans.apache.org> <de...@netbeans.apache.org>>
Subject: RE: New theme for netbeans, team member wanted

Hi, Peter!

There is one big theme-related task which is pending, which is to create new SVG versions of various bitmap icons in the IDE, for modern Retina/HiDPI screens. I did the first 50 (in Adobe Illustrator), and picked out the next ones to be prioritized, as you can see here:

https://issues.apache.org/jira/secure/attachment/13026411/13026411_210604+Icons+Overview+Cropped.png
https://docs.google.com/spreadsheets/d/1U_pj-I3hk9Wj_7lvHcUDsZfFfBSyCkSGqBuv0qt_qXw/edit#gid=812179705
https://issues.apache.org/jira/browse/NETBEANS-2617

If you are interested in helping with the icon drawling effort, I'd be happy to help coordinate.

As for the Look & Feel, I think NetBeans will now be switching to FlatLAF as the default on all 3 operating systems (Windows, Linux, MacOS). I just transitioned my own NetBeans Platform application to FlatLAF, and it's a very good basis for making NetBeans look good in the future. It's also very configurable, so I think alternative themes can be implemented by means of configuring and improving FlatLAF, rather than by creating a completely new Swing LAF.

-- Eirik

-----Original Message-----
From: Christian Lenz <ch...@gmx.net>>
Sent: Tuesday, November 23, 2021 11:31 AM
To: dev@netbeans.apache.org<ma...@netbeans.apache.org>
Subject: AW: New theme for netbeans, team member wanted

Hey Peter,

great to have you on board already. We are discussing to add the Flat LaF as a default theme to NetBeans which is already implemented, but we need to switch to it.

What I can say what we need is a designer for maybe new UI components. Some components in NetBeans can be combined into one for example Input + button to search for paths etc.
Some other parts need a redesign and also proposals. So let us know, what you think to change in NetBeans and show us some examples and let us discuss about it 😊.


Cheers

Chris

Von: Peter Cheung
Gesendet: Dienstag, 23. November 2021 04:38
An: dev@netbeans.apache.org<ma...@netbeans.apache.org>
Betreff: New theme for netbeans, team member wanted

Dear All
     My name is Peter, from Quantr Limited. I love Netbeans and have been developed few plugins for it. This proves my ambition in Netbeans.

https://gitlab.com/quantr/toolchain/netbeans-verilog
https://gitlab.com/mcheung63/netbeans-quick-outline
https://gitlab.com/mcheung63/MavenRunner
https://www.youtube.com/watch?v=rDFkhrHxHMw

    Many people said VSCode and intelliJ looks fancier than Netbeans. We want to contribute our power to theme the netbeans, my company has two designers. Below are some of their artworks I have experience in java swing styling, I did developer a L&F ten years ago https://gitlab.com/mcheung63/peter-swing

    Netbeans is very complex piece of code, we want team members to

  1.  Guide us, instruct us
  2.  Comment the style
  3.  Help us when we meet trouble in code
  4.  Coding


https://xd.adobe.com/view/9d702288-c88d-4253-96b8-e81013f51b1d-c823/
https://xd.adobe.com/view/3327f9a4-7128-4181-80ca-f276843f48ad-6674/
https://xd.adobe.com/view/daef7604-73a6-47c8-8f6f-d1888e1038f9-8fbc/

Hope to see a reply !!!

Thanks
From Peter

 B KKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKCB    [  X  ܚX K  K[XZ[    ] ][  X  ܚX P  ]  X[ ˘\ X  K ܙ B  ܈ Y  ] [ۘ[    [X[     K[XZ[
   ] Z [    ]  X[ ˘\ X  K ܙ B B  ܈  \   \  [  ܛX] [ۈ X  ]    H  ]  X[   XZ[ [    \      \ ]
 B     ΋    Z K \ X  K ܙ   ۙ  Y[  K  \   ^KӑU  PS   XZ[ [    \   B B B B
B�KKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKCB��[��X��ܚX�KK[XZ[
�]�][��X��ܚX�P�]�X[�˘\X�K�ܙ�B��܈Y][ۘ[��[X[��K[XZ[
�]�Z[�]�X[�˘\X�K�ܙ�B�B��܈�\�\�[��ܛX][ۈX��]H�]�X[��XZ[[��\���\�]
�B�΋����Z�K�\X�K�ܙ���ۙ�Y[��K�\�^KӑU�PS���XZ[[���\��B�B�B�B

Re: New theme for netbeans, team member wanted

Posted by Peter Cheung <pe...@quantr.hk>.
Thanks, accepted your request. Merry Xmas too


Thanks

From Peter (System Architect, Quantr Limited https://www.quantr.hk , Mobile : 96554595)

________________________________
From: Eirik Bakke <eb...@ultorg.com>
Sent: Saturday, December 25, 2021 9:18 PM
To: Peter Cheung <mc...@hotmail.com>
Cc: Peter Cheung <pe...@quantr.hk>; dev@netbeans.apache.org <de...@netbeans.apache.org>
Subject: RE: New theme for netbeans, team member wanted


10.00 (10am) UTC on Tue December 28 works.



For anyone who'd like to join, please respond with your email address in this thread, and I can send you a Zoom meeting invite.



-- Eirik



From: Peter Cheung <mc...@hotmail.com>
Sent: Thursday, December 23, 2021 6:02 PM
To: Eirik Bakke <eb...@ultorg.com>
Cc: peter@quantr.hk; dev@netbeans.apache.org
Subject: Re: New theme for netbeans, team member wanted



Dear Eirik

    Sorry late reply. Shall we do next tue 10 UTC ? thanks



Thanks

From Peter



________________________________

From: Eirik Bakke <eb...@ultorg.com>
Sent: Thursday, December 16, 2021 10:35 PM
To: dev@netbeans.apache.org <de...@netbeans.apache.org>
Subject: RE: New theme for netbeans, team member wanted



At the moment, anytime 10.00-22.00 UTC Tuesday or Wednesday would work, for instance. Just let me know which time slot you prefer.

-- Eirik

-----Original Message-----
From: Peter Cheung <mc...@hotmail.com>
Sent: Tuesday, December 14, 2021 7:06 PM
To: Geertjan Wielenga <ge...@googlemail.com>; dev@netbeans.apache.org
Subject: Re: New theme for netbeans, team member wanted

Dear Eirik
    May I know what time you ok for a net meeting next week? I ask my designers (Noel & Venus) to reserve time. It doesn't have to be hong kong day time, just any time that fit you is ok.

Thanks Geertjan too


Thanks
From Peter
________________________________
From: Geertjan Wielenga <ge...@googlemail.com>
Sent: Monday, December 6, 2021 4:00 PM
To: dev@netbeans.apache.org <de...@netbeans.apache.org>
Cc: mcheung63@hotmail.com <mc...@hotmail.com>
Subject: Re: New theme for netbeans, team member wanted


Great, progress! Yes, a report to this mailing list would be great to keep everyone informed.

Gj

On Mon, 6 Dec 2021 at 07:27, Eirik Bakke <eb...@ultorg.com>> wrote:
Sure! Are you in Hong Kong? This week I'm on US east coast time and could do an evening call (US time) later in the week. December 15th through January 7 I'll be on central Europe time.

I can show the current workflow I've been using for vectorizing NetBeans icons so far, and give you an idea of the work involved.

If others are interested in joining, feel free to chime in. (We can write a summary for the mailing list afterwards.)

-- Eirik

-----Original Message-----
From: Peter Cheung <mc...@hotmail.com>>
Sent: Sunday, December 5, 2021 12:15 PM
To: dev@netbeans.apache.org<ma...@netbeans.apache.org>
Subject: Re: New theme for netbeans, team member wanted

Dear Eirik
    We have read the google sheet. Do you have time to have a zoom this week? So we can have a jump start 🙂


Thanks
From Peter
________________________________
From: Eirik Bakke <eb...@ultorg.com>>
Sent: Thursday, November 25, 2021 1:11 AM
To: dev@netbeans.apache.org<ma...@netbeans.apache.org> <de...@netbeans.apache.org>>
Subject: RE: New theme for netbeans, team member wanted

Hi, Peter.

Fantastic! I'm happy to join a chat--it would be good to include anyone else on this list who is interested as well.

For actual decision-making, discussions should happen on the email list, so that everyone can follow along. But a Zoom meeting might be good for a quick overview.

The style guide that was used for the first 50 icons is described on https://issues.apache.org/jira/browse/NETBEANS-2617 . The original discussion around this can be found at https://github.com/apache/netbeans/pull/2387 . (If helpful, I could add some example images to the style guide and perhaps pull it out of the JIRA issue and into a separate Confluence page.)

-- Eirik

-----Original Message-----
From: Peter Cheung <mc...@hotmail.com>>
Sent: Wednesday, November 24, 2021 9:18 AM
To: dev@netbeans.apache.org<ma...@netbeans.apache.org>
Subject: Re: New theme for netbeans, team member wanted

Hi Eirik
    We definitely want to help out for the icons. What style you want? How about I line up our designers with you for a meeting?
Thanks
From Peter
________________________________
From: Eirik Bakke <eb...@ultorg.com>>
Sent: Wednesday, November 24, 2021 1:50 AM
To: dev@netbeans.apache.org<ma...@netbeans.apache.org> <de...@netbeans.apache.org>>
Subject: RE: New theme for netbeans, team member wanted

Hi, Peter!

There is one big theme-related task which is pending, which is to create new SVG versions of various bitmap icons in the IDE, for modern Retina/HiDPI screens. I did the first 50 (in Adobe Illustrator), and picked out the next ones to be prioritized, as you can see here:

https://issues.apache.org/jira/secure/attachment/13026411/13026411_210604+Icons+Overview+Cropped.png
https://docs.google.com/spreadsheets/d/1U_pj-I3hk9Wj_7lvHcUDsZfFfBSyCkSGqBuv0qt_qXw/edit#gid=812179705
https://issues.apache.org/jira/browse/NETBEANS-2617

If you are interested in helping with the icon drawling effort, I'd be happy to help coordinate.

As for the Look & Feel, I think NetBeans will now be switching to FlatLAF as the default on all 3 operating systems (Windows, Linux, MacOS). I just transitioned my own NetBeans Platform application to FlatLAF, and it's a very good basis for making NetBeans look good in the future. It's also very configurable, so I think alternative themes can be implemented by means of configuring and improving FlatLAF, rather than by creating a completely new Swing LAF.

-- Eirik

-----Original Message-----
From: Christian Lenz <ch...@gmx.net>>
Sent: Tuesday, November 23, 2021 11:31 AM
To: dev@netbeans.apache.org<ma...@netbeans.apache.org>
Subject: AW: New theme for netbeans, team member wanted

Hey Peter,

great to have you on board already. We are discussing to add the Flat LaF as a default theme to NetBeans which is already implemented, but we need to switch to it.

What I can say what we need is a designer for maybe new UI components. Some components in NetBeans can be combined into one for example Input + button to search for paths etc.
Some other parts need a redesign and also proposals. So let us know, what you think to change in NetBeans and show us some examples and let us discuss about it 😊.


Cheers

Chris

Von: Peter Cheung
Gesendet: Dienstag, 23. November 2021 04:38
An: dev@netbeans.apache.org<ma...@netbeans.apache.org>
Betreff: New theme for netbeans, team member wanted

Dear All
     My name is Peter, from Quantr Limited. I love Netbeans and have been developed few plugins for it. This proves my ambition in Netbeans.

https://gitlab.com/quantr/toolchain/netbeans-verilog
https://gitlab.com/mcheung63/netbeans-quick-outline
https://gitlab.com/mcheung63/MavenRunner
https://www.youtube.com/watch?v=rDFkhrHxHMw

    Many people said VSCode and intelliJ looks fancier than Netbeans. We want to contribute our power to theme the netbeans, my company has two designers. Below are some of their artworks I have experience in java swing styling, I did developer a L&F ten years ago https://gitlab.com/mcheung63/peter-swing

    Netbeans is very complex piece of code, we want team members to

  1.  Guide us, instruct us
  2.  Comment the style
  3.  Help us when we meet trouble in code
  4.  Coding


https://xd.adobe.com/view/9d702288-c88d-4253-96b8-e81013f51b1d-c823/
https://xd.adobe.com/view/3327f9a4-7128-4181-80ca-f276843f48ad-6674/
https://xd.adobe.com/view/daef7604-73a6-47c8-8f6f-d1888e1038f9-8fbc/

Hope to see a reply !!!

Thanks
From Peter

 B KKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKCB    [  X  ܚX K  K[XZ[    ] ][  X  ܚX P  ]  X[ ˘\ X  K ܙ B  ܈ Y  ] [ۘ[    [X[     K[XZ[
   ] Z [    ]  X[ ˘\ X  K ܙ B B  ܈  \   \  [  ܛX] [ۈ X  ]    H  ]  X[   XZ[ [    \      \ ]
 B     ΋    Z K \ X  K ܙ   ۙ  Y[  K  \   ^KӑU  PS   XZ[ [    \   B B B B
B�KKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKCB��[��X��ܚX�KK[XZ[
�]�][��X��ܚX�P�]�X[�˘\X�K�ܙ�B��܈Y][ۘ[��[X[��K[XZ[
�]�Z[�]�X[�˘\X�K�ܙ�B�B��܈�\�\�[��ܛX][ۈX��]H�]�X[��XZ[[��\���\�]
�B�΋����Z�K�\X�K�ܙ���ۙ�Y[��K�\�^KӑU�PS���XZ[[���\��B�B�B�B

RE: New theme for netbeans, team member wanted

Posted by Eirik Bakke <eb...@ultorg.com>.
10.00 (10am) UTC on Tue December 28 works.

For anyone who'd like to join, please respond with your email address in this thread, and I can send you a Zoom meeting invite.

-- Eirik

From: Peter Cheung <mc...@hotmail.com>
Sent: Thursday, December 23, 2021 6:02 PM
To: Eirik Bakke <eb...@ultorg.com>
Cc: peter@quantr.hk; dev@netbeans.apache.org
Subject: Re: New theme for netbeans, team member wanted

Dear Eirik
    Sorry late reply. Shall we do next tue 10 UTC ? thanks

Thanks
From Peter

________________________________
From: Eirik Bakke <eb...@ultorg.com>
Sent: Thursday, December 16, 2021 10:35 PM
To: dev@netbeans.apache.org <de...@netbeans.apache.org>
Subject: RE: New theme for netbeans, team member wanted

At the moment, anytime 10.00-22.00 UTC Tuesday or Wednesday would work, for instance. Just let me know which time slot you prefer.

-- Eirik

-----Original Message-----
From: Peter Cheung <mc...@hotmail.com>
Sent: Tuesday, December 14, 2021 7:06 PM
To: Geertjan Wielenga <ge...@googlemail.com>; dev@netbeans.apache.org
Subject: Re: New theme for netbeans, team member wanted

Dear Eirik
    May I know what time you ok for a net meeting next week? I ask my designers (Noel & Venus) to reserve time. It doesn't have to be hong kong day time, just any time that fit you is ok.

Thanks Geertjan too


Thanks
From Peter
________________________________
From: Geertjan Wielenga <ge...@googlemail.com>
Sent: Monday, December 6, 2021 4:00 PM
To: dev@netbeans.apache.org <de...@netbeans.apache.org>
Cc: mcheung63@hotmail.com <mc...@hotmail.com>
Subject: Re: New theme for netbeans, team member wanted


Great, progress! Yes, a report to this mailing list would be great to keep everyone informed.

Gj

On Mon, 6 Dec 2021 at 07:27, Eirik Bakke <eb...@ultorg.com>> wrote:
Sure! Are you in Hong Kong? This week I'm on US east coast time and could do an evening call (US time) later in the week. December 15th through January 7 I'll be on central Europe time.

I can show the current workflow I've been using for vectorizing NetBeans icons so far, and give you an idea of the work involved.

If others are interested in joining, feel free to chime in. (We can write a summary for the mailing list afterwards.)

-- Eirik

-----Original Message-----
From: Peter Cheung <mc...@hotmail.com>>
Sent: Sunday, December 5, 2021 12:15 PM
To: dev@netbeans.apache.org<ma...@netbeans.apache.org>
Subject: Re: New theme for netbeans, team member wanted

Dear Eirik
    We have read the google sheet. Do you have time to have a zoom this week? So we can have a jump start 🙂


Thanks
From Peter
________________________________
From: Eirik Bakke <eb...@ultorg.com>>
Sent: Thursday, November 25, 2021 1:11 AM
To: dev@netbeans.apache.org<ma...@netbeans.apache.org> <de...@netbeans.apache.org>>
Subject: RE: New theme for netbeans, team member wanted

Hi, Peter.

Fantastic! I'm happy to join a chat--it would be good to include anyone else on this list who is interested as well.

For actual decision-making, discussions should happen on the email list, so that everyone can follow along. But a Zoom meeting might be good for a quick overview.

The style guide that was used for the first 50 icons is described on https://issues.apache.org/jira/browse/NETBEANS-2617 . The original discussion around this can be found at https://github.com/apache/netbeans/pull/2387 . (If helpful, I could add some example images to the style guide and perhaps pull it out of the JIRA issue and into a separate Confluence page.)

-- Eirik

-----Original Message-----
From: Peter Cheung <mc...@hotmail.com>>
Sent: Wednesday, November 24, 2021 9:18 AM
To: dev@netbeans.apache.org<ma...@netbeans.apache.org>
Subject: Re: New theme for netbeans, team member wanted

Hi Eirik
    We definitely want to help out for the icons. What style you want? How about I line up our designers with you for a meeting?
Thanks
From Peter
________________________________
From: Eirik Bakke <eb...@ultorg.com>>
Sent: Wednesday, November 24, 2021 1:50 AM
To: dev@netbeans.apache.org<ma...@netbeans.apache.org> <de...@netbeans.apache.org>>
Subject: RE: New theme for netbeans, team member wanted

Hi, Peter!

There is one big theme-related task which is pending, which is to create new SVG versions of various bitmap icons in the IDE, for modern Retina/HiDPI screens. I did the first 50 (in Adobe Illustrator), and picked out the next ones to be prioritized, as you can see here:

https://issues.apache.org/jira/secure/attachment/13026411/13026411_210604+Icons+Overview+Cropped.png
https://docs.google.com/spreadsheets/d/1U_pj-I3hk9Wj_7lvHcUDsZfFfBSyCkSGqBuv0qt_qXw/edit#gid=812179705
https://issues.apache.org/jira/browse/NETBEANS-2617

If you are interested in helping with the icon drawling effort, I'd be happy to help coordinate.

As for the Look & Feel, I think NetBeans will now be switching to FlatLAF as the default on all 3 operating systems (Windows, Linux, MacOS). I just transitioned my own NetBeans Platform application to FlatLAF, and it's a very good basis for making NetBeans look good in the future. It's also very configurable, so I think alternative themes can be implemented by means of configuring and improving FlatLAF, rather than by creating a completely new Swing LAF.

-- Eirik

-----Original Message-----
From: Christian Lenz <ch...@gmx.net>>
Sent: Tuesday, November 23, 2021 11:31 AM
To: dev@netbeans.apache.org<ma...@netbeans.apache.org>
Subject: AW: New theme for netbeans, team member wanted

Hey Peter,

great to have you on board already. We are discussing to add the Flat LaF as a default theme to NetBeans which is already implemented, but we need to switch to it.

What I can say what we need is a designer for maybe new UI components. Some components in NetBeans can be combined into one for example Input + button to search for paths etc.
Some other parts need a redesign and also proposals. So let us know, what you think to change in NetBeans and show us some examples and let us discuss about it 😊.


Cheers

Chris

Von: Peter Cheung
Gesendet: Dienstag, 23. November 2021 04:38
An: dev@netbeans.apache.org<ma...@netbeans.apache.org>
Betreff: New theme for netbeans, team member wanted

Dear All
     My name is Peter, from Quantr Limited. I love Netbeans and have been developed few plugins for it. This proves my ambition in Netbeans.

https://gitlab.com/quantr/toolchain/netbeans-verilog
https://gitlab.com/mcheung63/netbeans-quick-outline
https://gitlab.com/mcheung63/MavenRunner
https://www.youtube.com/watch?v=rDFkhrHxHMw

    Many people said VSCode and intelliJ looks fancier than Netbeans. We want to contribute our power to theme the netbeans, my company has two designers. Below are some of their artworks I have experience in java swing styling, I did developer a L&F ten years ago https://gitlab.com/mcheung63/peter-swing

    Netbeans is very complex piece of code, we want team members to

  1.  Guide us, instruct us
  2.  Comment the style
  3.  Help us when we meet trouble in code
  4.  Coding


https://xd.adobe.com/view/9d702288-c88d-4253-96b8-e81013f51b1d-c823/
https://xd.adobe.com/view/3327f9a4-7128-4181-80ca-f276843f48ad-6674/
https://xd.adobe.com/view/daef7604-73a6-47c8-8f6f-d1888e1038f9-8fbc/

Hope to see a reply !!!

Thanks
From Peter

 B KKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKCB    [  X  ܚX K  K[XZ[    ] ][  X  ܚX P  ]  X[ ˘\ X  K ܙ B  ܈ Y  ] [ۘ[    [X[     K[XZ[
   ] Z [    ]  X[ ˘\ X  K ܙ B B  ܈  \   \  [  ܛX] [ۈ X  ]    H  ]  X[   XZ[ [    \      \ ]
 B     ΋    Z K \ X  K ܙ   ۙ  Y[  K  \   ^KӑU  PS   XZ[ [    \   B B B B
B�KKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKCB��[��X��ܚX�KK[XZ[
�]�][��X��ܚX�P�]�X[�˘\X�K�ܙ�B��܈Y][ۘ[��[X[��K[XZ[
�]�Z[�]�X[�˘\X�K�ܙ�B�B��܈�\�\�[��ܛX][ۈX��]H�]�X[��XZ[[��\���\�]
�B�΋����Z�K�\X�K�ܙ���ۙ�Y[��K�\�^KӑU�PS���XZ[[���\��B�B�B�B

Re: [External] : Re: New theme for netbeans, team member wanted

Posted by Jiří Kovalský <ji...@oracle.com>.
Please share the meeting details when you finalize them.

Thanks!
-Jirka

Dne 23. 12. 21 v 18:02 Peter Cheung napsal(a):

> Dear Eirik
>      Sorry late reply. Shall we do next tue 10 UTC ? thanks
> 
> Thanks
>  From Peter
> 
> ________________________________
> From: Eirik Bakke <eb...@ultorg.com>
> Sent: Thursday, December 16, 2021 10:35 PM
> To: dev@netbeans.apache.org <de...@netbeans.apache.org>
> Subject: RE: New theme for netbeans, team member wanted
> 
> At the moment, anytime 10.00-22.00 UTC Tuesday or Wednesday would work, for instance. Just let me know which time slot you prefer.
> 
> -- Eirik
> 
> -----Original Message-----
> From: Peter Cheung <mc...@hotmail.com>
> Sent: Tuesday, December 14, 2021 7:06 PM
> To: Geertjan Wielenga <ge...@googlemail.com>; dev@netbeans.apache.org
> Subject: Re: New theme for netbeans, team member wanted
> 
> Dear Eirik
>      May I know what time you ok for a net meeting next week? I ask my designers (Noel & Venus) to reserve time. It doesn't have to be hong kong day time, just any time that fit you is ok.
> 
> Thanks Geertjan too
> 
> 
> Thanks
>  From Peter
> ________________________________
> From: Geertjan Wielenga <ge...@googlemail.com>
> Sent: Monday, December 6, 2021 4:00 PM
> To: dev@netbeans.apache.org <de...@netbeans.apache.org>
> Cc: mcheung63@hotmail.com <mc...@hotmail.com>
> Subject: Re: New theme for netbeans, team member wanted
> 
> 
> Great, progress! Yes, a report to this mailing list would be great to keep everyone informed.
> 
> Gj
> 
> On Mon, 6 Dec 2021 at 07:27, Eirik Bakke <eb...@ultorg.com>> wrote:
> Sure! Are you in Hong Kong? This week I'm on US east coast time and could do an evening call (US time) later in the week. December 15th through January 7 I'll be on central Europe time.
> 
> I can show the current workflow I've been using for vectorizing NetBeans icons so far, and give you an idea of the work involved.
> 
> If others are interested in joining, feel free to chime in. (We can write a summary for the mailing list afterwards.)
> 
> -- Eirik
> 
> -----Original Message-----
> From: Peter Cheung <mc...@hotmail.com>>
> Sent: Sunday, December 5, 2021 12:15 PM
> To: dev@netbeans.apache.org<ma...@netbeans.apache.org>
> Subject: Re: New theme for netbeans, team member wanted
> 
> Dear Eirik
>      We have read the google sheet. Do you have time to have a zoom this week? So we can have a jump start 🙂
> 
> 
> Thanks
>  From Peter
> ________________________________
> From: Eirik Bakke <eb...@ultorg.com>>
> Sent: Thursday, November 25, 2021 1:11 AM
> To: dev@netbeans.apache.org<ma...@netbeans.apache.org> <de...@netbeans.apache.org>>
> Subject: RE: New theme for netbeans, team member wanted
> 
> Hi, Peter.
> 
> Fantastic! I'm happy to join a chat--it would be good to include anyone else on this list who is interested as well.
> 
> For actual decision-making, discussions should happen on the email list, so that everyone can follow along. But a Zoom meeting might be good for a quick overview.
> 
> The style guide that was used for the first 50 icons is described on https://urldefense.com/v3/__https://issues.apache.org/jira/browse/NETBEANS-2617__;!!ACWV5N9M2RV99hQ!b__1DR1bWkykX02XtGDdHdOL09RGo9aXIiKttvBy-V2Cjpc4aYm7sox-wxsEOXe6RQ4$  . The original discussion around this can be found at https://urldefense.com/v3/__https://github.com/apache/netbeans/pull/2387__;!!ACWV5N9M2RV99hQ!b__1DR1bWkykX02XtGDdHdOL09RGo9aXIiKttvBy-V2Cjpc4aYm7sox-wxsEt5Q4gzg$  . (If helpful, I could add some example images to the style guide and perhaps pull it out of the JIRA issue and into a separate Confluence page.)
> 
> -- Eirik
> 
> -----Original Message-----
> From: Peter Cheung <mc...@hotmail.com>>
> Sent: Wednesday, November 24, 2021 9:18 AM
> To: dev@netbeans.apache.org<ma...@netbeans.apache.org>
> Subject: Re: New theme for netbeans, team member wanted
> 
> Hi Eirik
>      We definitely want to help out for the icons. What style you want? How about I line up our designers with you for a meeting?
> Thanks
>  From Peter
> ________________________________
> From: Eirik Bakke <eb...@ultorg.com>>
> Sent: Wednesday, November 24, 2021 1:50 AM
> To: dev@netbeans.apache.org<ma...@netbeans.apache.org> <de...@netbeans.apache.org>>
> Subject: RE: New theme for netbeans, team member wanted
> 
> Hi, Peter!
> 
> There is one big theme-related task which is pending, which is to create new SVG versions of various bitmap icons in the IDE, for modern Retina/HiDPI screens. I did the first 50 (in Adobe Illustrator), and picked out the next ones to be prioritized, as you can see here:
> 
> https://urldefense.com/v3/__https://issues.apache.org/jira/secure/attachment/13026411/13026411_210604*Icons*Overview*Cropped.png__;Kysr!!ACWV5N9M2RV99hQ!b__1DR1bWkykX02XtGDdHdOL09RGo9aXIiKttvBy-V2Cjpc4aYm7sox-wxsEZPyon0A$
> https://urldefense.com/v3/__https://docs.google.com/spreadsheets/d/1U_pj-I3hk9Wj_7lvHcUDsZfFfBSyCkSGqBuv0qt_qXw/edit*gid=812179705__;Iw!!ACWV5N9M2RV99hQ!b__1DR1bWkykX02XtGDdHdOL09RGo9aXIiKttvBy-V2Cjpc4aYm7sox-wxsEeOpH5b0$
> https://urldefense.com/v3/__https://issues.apache.org/jira/browse/NETBEANS-2617__;!!ACWV5N9M2RV99hQ!b__1DR1bWkykX02XtGDdHdOL09RGo9aXIiKttvBy-V2Cjpc4aYm7sox-wxsEOXe6RQ4$
> 
> If you are interested in helping with the icon drawling effort, I'd be happy to help coordinate.
> 
> As for the Look & Feel, I think NetBeans will now be switching to FlatLAF as the default on all 3 operating systems (Windows, Linux, MacOS). I just transitioned my own NetBeans Platform application to FlatLAF, and it's a very good basis for making NetBeans look good in the future. It's also very configurable, so I think alternative themes can be implemented by means of configuring and improving FlatLAF, rather than by creating a completely new Swing LAF.
> 
> -- Eirik
> 
> -----Original Message-----
> From: Christian Lenz <ch...@gmx.net>>
> Sent: Tuesday, November 23, 2021 11:31 AM
> To: dev@netbeans.apache.org<ma...@netbeans.apache.org>
> Subject: AW: New theme for netbeans, team member wanted
> 
> Hey Peter,
> 
> great to have you on board already. We are discussing to add the Flat LaF as a default theme to NetBeans which is already implemented, but we need to switch to it.
> 
> What I can say what we need is a designer for maybe new UI components. Some components in NetBeans can be combined into one for example Input + button to search for paths etc.
> Some other parts need a redesign and also proposals. So let us know, what you think to change in NetBeans and show us some examples and let us discuss about it 😊.
> 
> 
> Cheers
> 
> Chris
> 
> Von: Peter Cheung
> Gesendet: Dienstag, 23. November 2021 04:38
> An: dev@netbeans.apache.org<ma...@netbeans.apache.org>
> Betreff: New theme for netbeans, team member wanted
> 
> Dear All
>       My name is Peter, from Quantr Limited. I love Netbeans and have been developed few plugins for it. This proves my ambition in Netbeans.
> 
> https://urldefense.com/v3/__https://gitlab.com/quantr/toolchain/netbeans-verilog__;!!ACWV5N9M2RV99hQ!b__1DR1bWkykX02XtGDdHdOL09RGo9aXIiKttvBy-V2Cjpc4aYm7sox-wxsEWlHiH3c$
> https://urldefense.com/v3/__https://gitlab.com/mcheung63/netbeans-quick-outline__;!!ACWV5N9M2RV99hQ!b__1DR1bWkykX02XtGDdHdOL09RGo9aXIiKttvBy-V2Cjpc4aYm7sox-wxsEFmBSO7U$
> https://urldefense.com/v3/__https://gitlab.com/mcheung63/MavenRunner__;!!ACWV5N9M2RV99hQ!b__1DR1bWkykX02XtGDdHdOL09RGo9aXIiKttvBy-V2Cjpc4aYm7sox-wxsEdi7-Nes$
> https://urldefense.com/v3/__https://www.youtube.com/watch?v=rDFkhrHxHMw__;!!ACWV5N9M2RV99hQ!b__1DR1bWkykX02XtGDdHdOL09RGo9aXIiKttvBy-V2Cjpc4aYm7sox-wxsEY2tYJ7E$
> 
>      Many people said VSCode and intelliJ looks fancier than Netbeans. We want to contribute our power to theme the netbeans, my company has two designers. Below are some of their artworks I have experience in java swing styling, I did developer a L&F ten years ago https://urldefense.com/v3/__https://gitlab.com/mcheung63/peter-swing__;!!ACWV5N9M2RV99hQ!b__1DR1bWkykX02XtGDdHdOL09RGo9aXIiKttvBy-V2Cjpc4aYm7sox-wxsE7B-iAqY$
> 
>      Netbeans is very complex piece of code, we want team members to
> 
>    1.  Guide us, instruct us
>    2.  Comment the style
>    3.  Help us when we meet trouble in code
>    4.  Coding
> 
> 
> https://urldefense.com/v3/__https://xd.adobe.com/view/9d702288-c88d-4253-96b8-e81013f51b1d-c823/__;!!ACWV5N9M2RV99hQ!b__1DR1bWkykX02XtGDdHdOL09RGo9aXIiKttvBy-V2Cjpc4aYm7sox-wxsEaSnXf74$
> https://urldefense.com/v3/__https://xd.adobe.com/view/3327f9a4-7128-4181-80ca-f276843f48ad-6674/__;!!ACWV5N9M2RV99hQ!b__1DR1bWkykX02XtGDdHdOL09RGo9aXIiKttvBy-V2Cjpc4aYm7sox-wxsEEpocY1M$
> https://urldefense.com/v3/__https://xd.adobe.com/view/daef7604-73a6-47c8-8f6f-d1888e1038f9-8fbc/__;!!ACWV5N9M2RV99hQ!b__1DR1bWkykX02XtGDdHdOL09RGo9aXIiKttvBy-V2Cjpc4aYm7sox-wxsEl3yJb9c$
> 
> Hope to see a reply !!!
> 
> Thanks
>  From Peter
> 
>   B KKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKCB    [  X  ܚX K  K[XZ[    ] ][  X  ܚX P  ]  X[ ˘\ X  K ܙ B  ܈ Y  ] [ۘ[    [X[     K[XZ[
>     ] Z [    ]  X[ ˘\ X  K ܙ B B  ܈  \   \  [  ܛX] [ۈ X  ]    H  ]  X[   XZ[ [    \      \ ]
>   B     ΋    Z K \ X  K ܙ   ۙ  Y[  K  \   ^KӑU  PS   XZ[ [    \   B B B B
> B�KKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKCB��[��X��ܚX�KK[XZ[�]�][��X��ܚX�P�]�X[�˘\X�K�ܙ�B��܈Y][ۘ[��[X[��K[XZ[�]�Z[�]�X[�˘\X�K�ܙ�B�B��܈�\�\�[��ܛX][ۈX��]H�]�X[��XZ[[��\���\�]�B�΋����Z�K�\X�K�ܙ���ۙ�Y[��K�\�^KӑU�PS���XZ[[���\��B�B�B�B
> 

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

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




Re: New theme for netbeans, team member wanted

Posted by Peter Cheung <mc...@hotmail.com>.
Dear Eirik
    Sorry late reply. Shall we do next tue 10 UTC ? thanks

Thanks
From Peter

________________________________
From: Eirik Bakke <eb...@ultorg.com>
Sent: Thursday, December 16, 2021 10:35 PM
To: dev@netbeans.apache.org <de...@netbeans.apache.org>
Subject: RE: New theme for netbeans, team member wanted

At the moment, anytime 10.00-22.00 UTC Tuesday or Wednesday would work, for instance. Just let me know which time slot you prefer.

-- Eirik

-----Original Message-----
From: Peter Cheung <mc...@hotmail.com>
Sent: Tuesday, December 14, 2021 7:06 PM
To: Geertjan Wielenga <ge...@googlemail.com>; dev@netbeans.apache.org
Subject: Re: New theme for netbeans, team member wanted

Dear Eirik
    May I know what time you ok for a net meeting next week? I ask my designers (Noel & Venus) to reserve time. It doesn't have to be hong kong day time, just any time that fit you is ok.

Thanks Geertjan too


Thanks
From Peter
________________________________
From: Geertjan Wielenga <ge...@googlemail.com>
Sent: Monday, December 6, 2021 4:00 PM
To: dev@netbeans.apache.org <de...@netbeans.apache.org>
Cc: mcheung63@hotmail.com <mc...@hotmail.com>
Subject: Re: New theme for netbeans, team member wanted


Great, progress! Yes, a report to this mailing list would be great to keep everyone informed.

Gj

On Mon, 6 Dec 2021 at 07:27, Eirik Bakke <eb...@ultorg.com>> wrote:
Sure! Are you in Hong Kong? This week I'm on US east coast time and could do an evening call (US time) later in the week. December 15th through January 7 I'll be on central Europe time.

I can show the current workflow I've been using for vectorizing NetBeans icons so far, and give you an idea of the work involved.

If others are interested in joining, feel free to chime in. (We can write a summary for the mailing list afterwards.)

-- Eirik

-----Original Message-----
From: Peter Cheung <mc...@hotmail.com>>
Sent: Sunday, December 5, 2021 12:15 PM
To: dev@netbeans.apache.org<ma...@netbeans.apache.org>
Subject: Re: New theme for netbeans, team member wanted

Dear Eirik
    We have read the google sheet. Do you have time to have a zoom this week? So we can have a jump start 🙂


Thanks
From Peter
________________________________
From: Eirik Bakke <eb...@ultorg.com>>
Sent: Thursday, November 25, 2021 1:11 AM
To: dev@netbeans.apache.org<ma...@netbeans.apache.org> <de...@netbeans.apache.org>>
Subject: RE: New theme for netbeans, team member wanted

Hi, Peter.

Fantastic! I'm happy to join a chat--it would be good to include anyone else on this list who is interested as well.

For actual decision-making, discussions should happen on the email list, so that everyone can follow along. But a Zoom meeting might be good for a quick overview.

The style guide that was used for the first 50 icons is described on https://issues.apache.org/jira/browse/NETBEANS-2617 . The original discussion around this can be found at https://github.com/apache/netbeans/pull/2387 . (If helpful, I could add some example images to the style guide and perhaps pull it out of the JIRA issue and into a separate Confluence page.)

-- Eirik

-----Original Message-----
From: Peter Cheung <mc...@hotmail.com>>
Sent: Wednesday, November 24, 2021 9:18 AM
To: dev@netbeans.apache.org<ma...@netbeans.apache.org>
Subject: Re: New theme for netbeans, team member wanted

Hi Eirik
    We definitely want to help out for the icons. What style you want? How about I line up our designers with you for a meeting?
Thanks
From Peter
________________________________
From: Eirik Bakke <eb...@ultorg.com>>
Sent: Wednesday, November 24, 2021 1:50 AM
To: dev@netbeans.apache.org<ma...@netbeans.apache.org> <de...@netbeans.apache.org>>
Subject: RE: New theme for netbeans, team member wanted

Hi, Peter!

There is one big theme-related task which is pending, which is to create new SVG versions of various bitmap icons in the IDE, for modern Retina/HiDPI screens. I did the first 50 (in Adobe Illustrator), and picked out the next ones to be prioritized, as you can see here:

https://issues.apache.org/jira/secure/attachment/13026411/13026411_210604+Icons+Overview+Cropped.png
https://docs.google.com/spreadsheets/d/1U_pj-I3hk9Wj_7lvHcUDsZfFfBSyCkSGqBuv0qt_qXw/edit#gid=812179705
https://issues.apache.org/jira/browse/NETBEANS-2617

If you are interested in helping with the icon drawling effort, I'd be happy to help coordinate.

As for the Look & Feel, I think NetBeans will now be switching to FlatLAF as the default on all 3 operating systems (Windows, Linux, MacOS). I just transitioned my own NetBeans Platform application to FlatLAF, and it's a very good basis for making NetBeans look good in the future. It's also very configurable, so I think alternative themes can be implemented by means of configuring and improving FlatLAF, rather than by creating a completely new Swing LAF.

-- Eirik

-----Original Message-----
From: Christian Lenz <ch...@gmx.net>>
Sent: Tuesday, November 23, 2021 11:31 AM
To: dev@netbeans.apache.org<ma...@netbeans.apache.org>
Subject: AW: New theme for netbeans, team member wanted

Hey Peter,

great to have you on board already. We are discussing to add the Flat LaF as a default theme to NetBeans which is already implemented, but we need to switch to it.

What I can say what we need is a designer for maybe new UI components. Some components in NetBeans can be combined into one for example Input + button to search for paths etc.
Some other parts need a redesign and also proposals. So let us know, what you think to change in NetBeans and show us some examples and let us discuss about it 😊.


Cheers

Chris

Von: Peter Cheung
Gesendet: Dienstag, 23. November 2021 04:38
An: dev@netbeans.apache.org<ma...@netbeans.apache.org>
Betreff: New theme for netbeans, team member wanted

Dear All
     My name is Peter, from Quantr Limited. I love Netbeans and have been developed few plugins for it. This proves my ambition in Netbeans.

https://gitlab.com/quantr/toolchain/netbeans-verilog
https://gitlab.com/mcheung63/netbeans-quick-outline
https://gitlab.com/mcheung63/MavenRunner
https://www.youtube.com/watch?v=rDFkhrHxHMw

    Many people said VSCode and intelliJ looks fancier than Netbeans. We want to contribute our power to theme the netbeans, my company has two designers. Below are some of their artworks I have experience in java swing styling, I did developer a L&F ten years ago https://gitlab.com/mcheung63/peter-swing

    Netbeans is very complex piece of code, we want team members to

  1.  Guide us, instruct us
  2.  Comment the style
  3.  Help us when we meet trouble in code
  4.  Coding


https://xd.adobe.com/view/9d702288-c88d-4253-96b8-e81013f51b1d-c823/
https://xd.adobe.com/view/3327f9a4-7128-4181-80ca-f276843f48ad-6674/
https://xd.adobe.com/view/daef7604-73a6-47c8-8f6f-d1888e1038f9-8fbc/

Hope to see a reply !!!

Thanks
From Peter

 B KKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKCB    [  X  ܚX K  K[XZ[    ] ][  X  ܚX P  ]  X[ ˘\ X  K ܙ B  ܈ Y  ] [ۘ[    [X[     K[XZ[
   ] Z [    ]  X[ ˘\ X  K ܙ B B  ܈  \   \  [  ܛX] [ۈ X  ]    H  ]  X[   XZ[ [    \      \ ]
 B     ΋    Z K \ X  K ܙ   ۙ  Y[  K  \   ^KӑU  PS   XZ[ [    \   B B B B
B�KKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKCB��[��X��ܚX�KK[XZ[�]�][��X��ܚX�P�]�X[�˘\X�K�ܙ�B��܈Y][ۘ[��[X[��K[XZ[�]�Z[�]�X[�˘\X�K�ܙ�B�B��܈�\�\�[��ܛX][ۈX��]H�]�X[��XZ[[��\���\�]�B�΋����Z�K�\X�K�ܙ���ۙ�Y[��K�\�^KӑU�PS���XZ[[���\��B�B�B�B

RE: New theme for netbeans, team member wanted

Posted by Eirik Bakke <eb...@ultorg.com>.
At the moment, anytime 10.00-22.00 UTC Tuesday or Wednesday would work, for instance. Just let me know which time slot you prefer.

-- Eirik

-----Original Message-----
From: Peter Cheung <mc...@hotmail.com> 
Sent: Tuesday, December 14, 2021 7:06 PM
To: Geertjan Wielenga <ge...@googlemail.com>; dev@netbeans.apache.org
Subject: Re: New theme for netbeans, team member wanted

Dear Eirik
    May I know what time you ok for a net meeting next week? I ask my designers (Noel & Venus) to reserve time. It doesn't have to be hong kong day time, just any time that fit you is ok.

Thanks Geertjan too


Thanks
From Peter
________________________________
From: Geertjan Wielenga <ge...@googlemail.com>
Sent: Monday, December 6, 2021 4:00 PM
To: dev@netbeans.apache.org <de...@netbeans.apache.org>
Cc: mcheung63@hotmail.com <mc...@hotmail.com>
Subject: Re: New theme for netbeans, team member wanted


Great, progress! Yes, a report to this mailing list would be great to keep everyone informed.

Gj

On Mon, 6 Dec 2021 at 07:27, Eirik Bakke <eb...@ultorg.com>> wrote:
Sure! Are you in Hong Kong? This week I'm on US east coast time and could do an evening call (US time) later in the week. December 15th through January 7 I'll be on central Europe time.

I can show the current workflow I've been using for vectorizing NetBeans icons so far, and give you an idea of the work involved.

If others are interested in joining, feel free to chime in. (We can write a summary for the mailing list afterwards.)

-- Eirik

-----Original Message-----
From: Peter Cheung <mc...@hotmail.com>>
Sent: Sunday, December 5, 2021 12:15 PM
To: dev@netbeans.apache.org<ma...@netbeans.apache.org>
Subject: Re: New theme for netbeans, team member wanted

Dear Eirik
    We have read the google sheet. Do you have time to have a zoom this week? So we can have a jump start 🙂


Thanks
From Peter
________________________________
From: Eirik Bakke <eb...@ultorg.com>>
Sent: Thursday, November 25, 2021 1:11 AM
To: dev@netbeans.apache.org<ma...@netbeans.apache.org> <de...@netbeans.apache.org>>
Subject: RE: New theme for netbeans, team member wanted

Hi, Peter.

Fantastic! I'm happy to join a chat--it would be good to include anyone else on this list who is interested as well.

For actual decision-making, discussions should happen on the email list, so that everyone can follow along. But a Zoom meeting might be good for a quick overview.

The style guide that was used for the first 50 icons is described on https://issues.apache.org/jira/browse/NETBEANS-2617 . The original discussion around this can be found at https://github.com/apache/netbeans/pull/2387 . (If helpful, I could add some example images to the style guide and perhaps pull it out of the JIRA issue and into a separate Confluence page.)

-- Eirik

-----Original Message-----
From: Peter Cheung <mc...@hotmail.com>>
Sent: Wednesday, November 24, 2021 9:18 AM
To: dev@netbeans.apache.org<ma...@netbeans.apache.org>
Subject: Re: New theme for netbeans, team member wanted

Hi Eirik
    We definitely want to help out for the icons. What style you want? How about I line up our designers with you for a meeting?
Thanks
From Peter
________________________________
From: Eirik Bakke <eb...@ultorg.com>>
Sent: Wednesday, November 24, 2021 1:50 AM
To: dev@netbeans.apache.org<ma...@netbeans.apache.org> <de...@netbeans.apache.org>>
Subject: RE: New theme for netbeans, team member wanted

Hi, Peter!

There is one big theme-related task which is pending, which is to create new SVG versions of various bitmap icons in the IDE, for modern Retina/HiDPI screens. I did the first 50 (in Adobe Illustrator), and picked out the next ones to be prioritized, as you can see here:

https://issues.apache.org/jira/secure/attachment/13026411/13026411_210604+Icons+Overview+Cropped.png
https://docs.google.com/spreadsheets/d/1U_pj-I3hk9Wj_7lvHcUDsZfFfBSyCkSGqBuv0qt_qXw/edit#gid=812179705
https://issues.apache.org/jira/browse/NETBEANS-2617

If you are interested in helping with the icon drawling effort, I'd be happy to help coordinate.

As for the Look & Feel, I think NetBeans will now be switching to FlatLAF as the default on all 3 operating systems (Windows, Linux, MacOS). I just transitioned my own NetBeans Platform application to FlatLAF, and it's a very good basis for making NetBeans look good in the future. It's also very configurable, so I think alternative themes can be implemented by means of configuring and improving FlatLAF, rather than by creating a completely new Swing LAF.

-- Eirik

-----Original Message-----
From: Christian Lenz <ch...@gmx.net>>
Sent: Tuesday, November 23, 2021 11:31 AM
To: dev@netbeans.apache.org<ma...@netbeans.apache.org>
Subject: AW: New theme for netbeans, team member wanted

Hey Peter,

great to have you on board already. We are discussing to add the Flat LaF as a default theme to NetBeans which is already implemented, but we need to switch to it.

What I can say what we need is a designer for maybe new UI components. Some components in NetBeans can be combined into one for example Input + button to search for paths etc.
Some other parts need a redesign and also proposals. So let us know, what you think to change in NetBeans and show us some examples and let us discuss about it 😊.


Cheers

Chris

Von: Peter Cheung
Gesendet: Dienstag, 23. November 2021 04:38
An: dev@netbeans.apache.org<ma...@netbeans.apache.org>
Betreff: New theme for netbeans, team member wanted

Dear All
     My name is Peter, from Quantr Limited. I love Netbeans and have been developed few plugins for it. This proves my ambition in Netbeans.

https://gitlab.com/quantr/toolchain/netbeans-verilog
https://gitlab.com/mcheung63/netbeans-quick-outline
https://gitlab.com/mcheung63/MavenRunner
https://www.youtube.com/watch?v=rDFkhrHxHMw

    Many people said VSCode and intelliJ looks fancier than Netbeans. We want to contribute our power to theme the netbeans, my company has two designers. Below are some of their artworks I have experience in java swing styling, I did developer a L&F ten years ago https://gitlab.com/mcheung63/peter-swing

    Netbeans is very complex piece of code, we want team members to

  1.  Guide us, instruct us
  2.  Comment the style
  3.  Help us when we meet trouble in code
  4.  Coding


https://xd.adobe.com/view/9d702288-c88d-4253-96b8-e81013f51b1d-c823/
https://xd.adobe.com/view/3327f9a4-7128-4181-80ca-f276843f48ad-6674/
https://xd.adobe.com/view/daef7604-73a6-47c8-8f6f-d1888e1038f9-8fbc/

Hope to see a reply !!!

Thanks
From Peter

 B KKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKCB    [  X  ܚX K  K[XZ[    ] ][  X  ܚX P  ]  X[ ˘\ X  K ܙ B  ܈ Y  ] [ۘ[    [X[     K[XZ[
   ] Z [    ]  X[ ˘\ X  K ܙ B B  ܈  \   \  [  ܛX] [ۈ X  ]    H  ]  X[   XZ[ [    \      \ ]
 B     ΋    Z K \ X  K ܙ   ۙ  Y[  K  \   ^KӑU  PS   XZ[ [    \   B B B B

Re: New theme for netbeans, team member wanted

Posted by Peter Cheung <mc...@hotmail.com>.
Dear Eirik
    May I know what time you ok for a net meeting next week? I ask my designers (Noel & Venus) to reserve time. It doesn't have to be hong kong day time, just any time that fit you is ok.

Thanks Geertjan too


Thanks
From Peter
________________________________
From: Geertjan Wielenga <ge...@googlemail.com>
Sent: Monday, December 6, 2021 4:00 PM
To: dev@netbeans.apache.org <de...@netbeans.apache.org>
Cc: mcheung63@hotmail.com <mc...@hotmail.com>
Subject: Re: New theme for netbeans, team member wanted


Great, progress! Yes, a report to this mailing list would be great to keep everyone informed.

Gj

On Mon, 6 Dec 2021 at 07:27, Eirik Bakke <eb...@ultorg.com>> wrote:
Sure! Are you in Hong Kong? This week I'm on US east coast time and could do an evening call (US time) later in the week. December 15th through January 7 I'll be on central Europe time.

I can show the current workflow I've been using for vectorizing NetBeans icons so far, and give you an idea of the work involved.

If others are interested in joining, feel free to chime in. (We can write a summary for the mailing list afterwards.)

-- Eirik

-----Original Message-----
From: Peter Cheung <mc...@hotmail.com>>
Sent: Sunday, December 5, 2021 12:15 PM
To: dev@netbeans.apache.org<ma...@netbeans.apache.org>
Subject: Re: New theme for netbeans, team member wanted

Dear Eirik
    We have read the google sheet. Do you have time to have a zoom this week? So we can have a jump start 🙂


Thanks
From Peter
________________________________
From: Eirik Bakke <eb...@ultorg.com>>
Sent: Thursday, November 25, 2021 1:11 AM
To: dev@netbeans.apache.org<ma...@netbeans.apache.org> <de...@netbeans.apache.org>>
Subject: RE: New theme for netbeans, team member wanted

Hi, Peter.

Fantastic! I'm happy to join a chat--it would be good to include anyone else on this list who is interested as well.

For actual decision-making, discussions should happen on the email list, so that everyone can follow along. But a Zoom meeting might be good for a quick overview.

The style guide that was used for the first 50 icons is described on https://issues.apache.org/jira/browse/NETBEANS-2617 . The original discussion around this can be found at https://github.com/apache/netbeans/pull/2387 . (If helpful, I could add some example images to the style guide and perhaps pull it out of the JIRA issue and into a separate Confluence page.)

-- Eirik

-----Original Message-----
From: Peter Cheung <mc...@hotmail.com>>
Sent: Wednesday, November 24, 2021 9:18 AM
To: dev@netbeans.apache.org<ma...@netbeans.apache.org>
Subject: Re: New theme for netbeans, team member wanted

Hi Eirik
    We definitely want to help out for the icons. What style you want? How about I line up our designers with you for a meeting?
Thanks
From Peter
________________________________
From: Eirik Bakke <eb...@ultorg.com>>
Sent: Wednesday, November 24, 2021 1:50 AM
To: dev@netbeans.apache.org<ma...@netbeans.apache.org> <de...@netbeans.apache.org>>
Subject: RE: New theme for netbeans, team member wanted

Hi, Peter!

There is one big theme-related task which is pending, which is to create new SVG versions of various bitmap icons in the IDE, for modern Retina/HiDPI screens. I did the first 50 (in Adobe Illustrator), and picked out the next ones to be prioritized, as you can see here:

https://issues.apache.org/jira/secure/attachment/13026411/13026411_210604+Icons+Overview+Cropped.png
https://docs.google.com/spreadsheets/d/1U_pj-I3hk9Wj_7lvHcUDsZfFfBSyCkSGqBuv0qt_qXw/edit#gid=812179705
https://issues.apache.org/jira/browse/NETBEANS-2617

If you are interested in helping with the icon drawling effort, I'd be happy to help coordinate.

As for the Look & Feel, I think NetBeans will now be switching to FlatLAF as the default on all 3 operating systems (Windows, Linux, MacOS). I just transitioned my own NetBeans Platform application to FlatLAF, and it's a very good basis for making NetBeans look good in the future. It's also very configurable, so I think alternative themes can be implemented by means of configuring and improving FlatLAF, rather than by creating a completely new Swing LAF.

-- Eirik

-----Original Message-----
From: Christian Lenz <ch...@gmx.net>>
Sent: Tuesday, November 23, 2021 11:31 AM
To: dev@netbeans.apache.org<ma...@netbeans.apache.org>
Subject: AW: New theme for netbeans, team member wanted

Hey Peter,

great to have you on board already. We are discussing to add the Flat LaF as a default theme to NetBeans which is already implemented, but we need to switch to it.

What I can say what we need is a designer for maybe new UI components. Some components in NetBeans can be combined into one for example Input + button to search for paths etc.
Some other parts need a redesign and also proposals. So let us know, what you think to change in NetBeans and show us some examples and let us discuss about it 😊.


Cheers

Chris

Von: Peter Cheung
Gesendet: Dienstag, 23. November 2021 04:38
An: dev@netbeans.apache.org<ma...@netbeans.apache.org>
Betreff: New theme for netbeans, team member wanted

Dear All
     My name is Peter, from Quantr Limited. I love Netbeans and have been developed few plugins for it. This proves my ambition in Netbeans.

https://gitlab.com/quantr/toolchain/netbeans-verilog
https://gitlab.com/mcheung63/netbeans-quick-outline
https://gitlab.com/mcheung63/MavenRunner
https://www.youtube.com/watch?v=rDFkhrHxHMw

    Many people said VSCode and intelliJ looks fancier than Netbeans. We want to contribute our power to theme the netbeans, my company has two designers. Below are some of their artworks I have experience in java swing styling, I did developer a L&F ten years ago https://gitlab.com/mcheung63/peter-swing

    Netbeans is very complex piece of code, we want team members to

  1.  Guide us, instruct us
  2.  Comment the style
  3.  Help us when we meet trouble in code
  4.  Coding


https://xd.adobe.com/view/9d702288-c88d-4253-96b8-e81013f51b1d-c823/
https://xd.adobe.com/view/3327f9a4-7128-4181-80ca-f276843f48ad-6674/
https://xd.adobe.com/view/daef7604-73a6-47c8-8f6f-d1888e1038f9-8fbc/

Hope to see a reply !!!

Thanks
From Peter

 B�KKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKCB� � [��X��ܚX�K  K[XZ[
�  ]�][��X��ܚX�P �] �X[�˘\ X� K�ܙ�B��܈ Y  ] [ۘ[  ��[X[� �  K[XZ[
�  ]�Z [   �] �X[�˘\ X� K�ܙ�B�B��܈ �\�  \� [��ܛX] [ۈ X��]    H �] �X[�� XZ[ [��  \� �  �\�]
�B�    ΋����Z�K�\ X� K�ܙ���ۙ� Y[��K� \�  ^KӑU �PS���XZ[ [��� \� �B�B�B�B

Re: New theme for netbeans, team member wanted

Posted by Geertjan Wielenga <ge...@googlemail.com.INVALID>.
Great, progress! Yes, a report to this mailing list would be great to keep
everyone informed.

Gj

On Mon, 6 Dec 2021 at 07:27, Eirik Bakke <eb...@ultorg.com> wrote:

> Sure! Are you in Hong Kong? This week I'm on US east coast time and could
> do an evening call (US time) later in the week. December 15th through
> January 7 I'll be on central Europe time.
>
> I can show the current workflow I've been using for vectorizing NetBeans
> icons so far, and give you an idea of the work involved.
>
> If others are interested in joining, feel free to chime in. (We can write
> a summary for the mailing list afterwards.)
>
> -- Eirik
>
> -----Original Message-----
> From: Peter Cheung <mc...@hotmail.com>
> Sent: Sunday, December 5, 2021 12:15 PM
> To: dev@netbeans.apache.org
> Subject: Re: New theme for netbeans, team member wanted
>
> Dear Eirik
>     We have read the google sheet. Do you have time to have a zoom this
> week? So we can have a jump start 🙂
>
>
> Thanks
> From Peter
> ________________________________
> From: Eirik Bakke <eb...@ultorg.com>
> Sent: Thursday, November 25, 2021 1:11 AM
> To: dev@netbeans.apache.org <de...@netbeans.apache.org>
> Subject: RE: New theme for netbeans, team member wanted
>
> Hi, Peter.
>
> Fantastic! I'm happy to join a chat--it would be good to include anyone
> else on this list who is interested as well.
>
> For actual decision-making, discussions should happen on the email list,
> so that everyone can follow along. But a Zoom meeting might be good for a
> quick overview.
>
> The style guide that was used for the first 50 icons is described on
> https://issues.apache.org/jira/browse/NETBEANS-2617 . The original
> discussion around this can be found at
> https://github.com/apache/netbeans/pull/2387 . (If helpful, I could add
> some example images to the style guide and perhaps pull it out of the JIRA
> issue and into a separate Confluence page.)
>
> -- Eirik
>
> -----Original Message-----
> From: Peter Cheung <mc...@hotmail.com>
> Sent: Wednesday, November 24, 2021 9:18 AM
> To: dev@netbeans.apache.org
> Subject: Re: New theme for netbeans, team member wanted
>
> Hi Eirik
>     We definitely want to help out for the icons. What style you want? How
> about I line up our designers with you for a meeting?
> Thanks
> From Peter
> ________________________________
> From: Eirik Bakke <eb...@ultorg.com>
> Sent: Wednesday, November 24, 2021 1:50 AM
> To: dev@netbeans.apache.org <de...@netbeans.apache.org>
> Subject: RE: New theme for netbeans, team member wanted
>
> Hi, Peter!
>
> There is one big theme-related task which is pending, which is to create
> new SVG versions of various bitmap icons in the IDE, for modern
> Retina/HiDPI screens. I did the first 50 (in Adobe Illustrator), and picked
> out the next ones to be prioritized, as you can see here:
>
>
> https://issues.apache.org/jira/secure/attachment/13026411/13026411_210604+Icons+Overview+Cropped.png
>
> https://docs.google.com/spreadsheets/d/1U_pj-I3hk9Wj_7lvHcUDsZfFfBSyCkSGqBuv0qt_qXw/edit#gid=812179705
> https://issues.apache.org/jira/browse/NETBEANS-2617
>
> If you are interested in helping with the icon drawling effort, I'd be
> happy to help coordinate.
>
> As for the Look & Feel, I think NetBeans will now be switching to FlatLAF
> as the default on all 3 operating systems (Windows, Linux, MacOS). I just
> transitioned my own NetBeans Platform application to FlatLAF, and it's a
> very good basis for making NetBeans look good in the future. It's also very
> configurable, so I think alternative themes can be implemented by means of
> configuring and improving FlatLAF, rather than by creating a completely new
> Swing LAF.
>
> -- Eirik
>
> -----Original Message-----
> From: Christian Lenz <ch...@gmx.net>
> Sent: Tuesday, November 23, 2021 11:31 AM
> To: dev@netbeans.apache.org
> Subject: AW: New theme for netbeans, team member wanted
>
> Hey Peter,
>
> great to have you on board already. We are discussing to add the Flat LaF
> as a default theme to NetBeans which is already implemented, but we need to
> switch to it.
>
> What I can say what we need is a designer for maybe new UI components.
> Some components in NetBeans can be combined into one for example Input +
> button to search for paths etc.
> Some other parts need a redesign and also proposals. So let us know, what
> you think to change in NetBeans and show us some examples and let us
> discuss about it 😊.
>
>
> Cheers
>
> Chris
>
> Von: Peter Cheung
> Gesendet: Dienstag, 23. November 2021 04:38
> An: dev@netbeans.apache.org
> Betreff: New theme for netbeans, team member wanted
>
> Dear All
>      My name is Peter, from Quantr Limited. I love Netbeans and have been
> developed few plugins for it. This proves my ambition in Netbeans.
>
> https://gitlab.com/quantr/toolchain/netbeans-verilog
> https://gitlab.com/mcheung63/netbeans-quick-outline
> https://gitlab.com/mcheung63/MavenRunner
> https://www.youtube.com/watch?v=rDFkhrHxHMw
>
>     Many people said VSCode and intelliJ looks fancier than Netbeans. We
> want to contribute our power to theme the netbeans, my company has two
> designers. Below are some of their artworks I have experience in java swing
> styling, I did developer a L&F ten years ago
> https://gitlab.com/mcheung63/peter-swing
>
>     Netbeans is very complex piece of code, we want team members to
>
>   1.  Guide us, instruct us
>   2.  Comment the style
>   3.  Help us when we meet trouble in code
>   4.  Coding
>
>
> https://xd.adobe.com/view/9d702288-c88d-4253-96b8-e81013f51b1d-c823/
> https://xd.adobe.com/view/3327f9a4-7128-4181-80ca-f276843f48ad-6674/
> https://xd.adobe.com/view/daef7604-73a6-47c8-8f6f-d1888e1038f9-8fbc/
>
> Hope to see a reply !!!
>
> Thanks
> From Peter
>
>  B�KKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKCB�
> � [��X��ܚX�K  K[XZ[
> �  ]�][��X��ܚX�P �] �X[�˘\ X� K�ܙ�B��܈ Y  ] [ۘ[  ��[X[� �  K[XZ[
> �  ]�Z [   �] �X[�˘\ X� K�ܙ�B�B��܈ �\�  \� [��ܛX] [ۈ X��]    H �] �X[��
> XZ[ [��  \� �  �\�]
> �B�    ΋����Z�K�\ X� K�ܙ���ۙ� Y[��K� \�  ^KӑU �PS���XZ[ [��� \� �B�B�B�B
>

RE: New theme for netbeans, team member wanted

Posted by Eirik Bakke <eb...@ultorg.com>.
Sure! Are you in Hong Kong? This week I'm on US east coast time and could do an evening call (US time) later in the week. December 15th through January 7 I'll be on central Europe time.

I can show the current workflow I've been using for vectorizing NetBeans icons so far, and give you an idea of the work involved.

If others are interested in joining, feel free to chime in. (We can write a summary for the mailing list afterwards.)

-- Eirik

-----Original Message-----
From: Peter Cheung <mc...@hotmail.com> 
Sent: Sunday, December 5, 2021 12:15 PM
To: dev@netbeans.apache.org
Subject: Re: New theme for netbeans, team member wanted

Dear Eirik
    We have read the google sheet. Do you have time to have a zoom this week? So we can have a jump start 🙂


Thanks
From Peter
________________________________
From: Eirik Bakke <eb...@ultorg.com>
Sent: Thursday, November 25, 2021 1:11 AM
To: dev@netbeans.apache.org <de...@netbeans.apache.org>
Subject: RE: New theme for netbeans, team member wanted

Hi, Peter.

Fantastic! I'm happy to join a chat--it would be good to include anyone else on this list who is interested as well.

For actual decision-making, discussions should happen on the email list, so that everyone can follow along. But a Zoom meeting might be good for a quick overview.

The style guide that was used for the first 50 icons is described on https://issues.apache.org/jira/browse/NETBEANS-2617 . The original discussion around this can be found at https://github.com/apache/netbeans/pull/2387 . (If helpful, I could add some example images to the style guide and perhaps pull it out of the JIRA issue and into a separate Confluence page.)

-- Eirik

-----Original Message-----
From: Peter Cheung <mc...@hotmail.com>
Sent: Wednesday, November 24, 2021 9:18 AM
To: dev@netbeans.apache.org
Subject: Re: New theme for netbeans, team member wanted

Hi Eirik
    We definitely want to help out for the icons. What style you want? How about I line up our designers with you for a meeting?
Thanks
From Peter
________________________________
From: Eirik Bakke <eb...@ultorg.com>
Sent: Wednesday, November 24, 2021 1:50 AM
To: dev@netbeans.apache.org <de...@netbeans.apache.org>
Subject: RE: New theme for netbeans, team member wanted

Hi, Peter!

There is one big theme-related task which is pending, which is to create new SVG versions of various bitmap icons in the IDE, for modern Retina/HiDPI screens. I did the first 50 (in Adobe Illustrator), and picked out the next ones to be prioritized, as you can see here:

https://issues.apache.org/jira/secure/attachment/13026411/13026411_210604+Icons+Overview+Cropped.png
https://docs.google.com/spreadsheets/d/1U_pj-I3hk9Wj_7lvHcUDsZfFfBSyCkSGqBuv0qt_qXw/edit#gid=812179705
https://issues.apache.org/jira/browse/NETBEANS-2617

If you are interested in helping with the icon drawling effort, I'd be happy to help coordinate.

As for the Look & Feel, I think NetBeans will now be switching to FlatLAF as the default on all 3 operating systems (Windows, Linux, MacOS). I just transitioned my own NetBeans Platform application to FlatLAF, and it's a very good basis for making NetBeans look good in the future. It's also very configurable, so I think alternative themes can be implemented by means of configuring and improving FlatLAF, rather than by creating a completely new Swing LAF.

-- Eirik

-----Original Message-----
From: Christian Lenz <ch...@gmx.net>
Sent: Tuesday, November 23, 2021 11:31 AM
To: dev@netbeans.apache.org
Subject: AW: New theme for netbeans, team member wanted

Hey Peter,

great to have you on board already. We are discussing to add the Flat LaF as a default theme to NetBeans which is already implemented, but we need to switch to it.

What I can say what we need is a designer for maybe new UI components. Some components in NetBeans can be combined into one for example Input + button to search for paths etc.
Some other parts need a redesign and also proposals. So let us know, what you think to change in NetBeans and show us some examples and let us discuss about it 😊.


Cheers

Chris

Von: Peter Cheung
Gesendet: Dienstag, 23. November 2021 04:38
An: dev@netbeans.apache.org
Betreff: New theme for netbeans, team member wanted

Dear All
     My name is Peter, from Quantr Limited. I love Netbeans and have been developed few plugins for it. This proves my ambition in Netbeans.

https://gitlab.com/quantr/toolchain/netbeans-verilog
https://gitlab.com/mcheung63/netbeans-quick-outline
https://gitlab.com/mcheung63/MavenRunner
https://www.youtube.com/watch?v=rDFkhrHxHMw

    Many people said VSCode and intelliJ looks fancier than Netbeans. We want to contribute our power to theme the netbeans, my company has two designers. Below are some of their artworks I have experience in java swing styling, I did developer a L&F ten years ago https://gitlab.com/mcheung63/peter-swing

    Netbeans is very complex piece of code, we want team members to

  1.  Guide us, instruct us
  2.  Comment the style
  3.  Help us when we meet trouble in code
  4.  Coding


https://xd.adobe.com/view/9d702288-c88d-4253-96b8-e81013f51b1d-c823/
https://xd.adobe.com/view/3327f9a4-7128-4181-80ca-f276843f48ad-6674/
https://xd.adobe.com/view/daef7604-73a6-47c8-8f6f-d1888e1038f9-8fbc/

Hope to see a reply !!!

Thanks
From Peter

B�KKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKCB��[��X��ܚX�KK[XZ[
�]�][��X��ܚX�P�]�X[�˘\X�K�ܙ�B��܈Y][ۘ[��[X[��K[XZ[
�]�Z[�]�X[�˘\X�K�ܙ�B�B��܈�\�\�[��ܛX][ۈX��]H�]�X[��XZ[[��\���\�]
�B�΋����Z�K�\X�K�ܙ���ۙ�Y[��K�\�^KӑU�PS���XZ[[���\��B�B�B�B