unusual issue with suppresswarnings..

2022-06-24 Thread Brad Walker
I encountered an unusual warning when using @SuppressWarnings("unchecked").. The IDE flagged the string, I assume this is what it is referring to, as containing illegal characters. I've attached a picture of what I'm seeing. I would like to fix this or explore it in more detail. Can I get some

Re: FlatLAF tab style discussion

2022-06-24 Thread Michael Bien
On 24.06.22 21:11, Eirik Bakke wrote: My question is: shouldn't this be changed upstream? The window system tabs are not actually part of the upstream FlatLAF library--they are in the FlatLAF customization module inside the NetBeans codebase. So it's easy to change. awesome - thats a good

RE: FlatLAF tab style discussion

2022-06-24 Thread Eirik Bakke
> My question is: shouldn't this be changed upstream? The window system tabs are not actually part of the upstream FlatLAF library--they are in the FlatLAF customization module inside the NetBeans codebase. So it's easy to change. -- Eirik -Original Message- From: Michael Bien Sent:

Re: FlatLAF tab style discussion

2022-06-24 Thread Michael Bien
On 24.06.22 17:11, Neil C Smith wrote: On Fri, 24 Jun 2022 at 10:46, Eirik Bakke wrote: With FlatLAF becoming the default look & feel since NetBeans 13, the tab components in the window system (over editors and sidebars) no longe resemble tabs, and are somewhat difficult to see. The proposed

RE: FlatLAF tab style discussion

2022-06-24 Thread Eirik Bakke
> I just don't think that changing the design of the tabs (particularly making > them not flat) is the way to fix it. Well, one question to consider is: Why are the window system tabs flat in the first place? They always looked like proper tabs until NetBeans 13. Is the "flat" design really

Re: FlatLAF tab style discussion

2022-06-24 Thread Neil C Smith
On Fri, 24 Jun 2022 at 10:46, Eirik Bakke wrote: > With FlatLAF becoming the default look & feel since NetBeans 13, the tab > components in the window system (over editors and sidebars) no longe resemble > tabs, and are somewhat difficult to see. The proposed PR fixes this, by > introducing a

Re: FlatLAF tab style discussion

2022-06-24 Thread Thomas Kellerer
FlatLaf uses their own themes https://www.formdev.com/flatlaf/themes/ Themes offer more flexibility then customization through properties files: https://www.formdev.com/flatlaf/properties-files/ Christian Lenz schrieb am 24.06.2022 um 14:13: > Hey all, > > I prefer to have an option for this

AW: FlatLAF tab style discussion

2022-06-24 Thread Christian Lenz
Hey all, I prefer to have an option for this because not everyone likes it I Guess. If we will have no Option then I prefer it as default. On the other Hand what Thomas said, to Change the LaF of your choice, the theming Options is that was we are Looking for. I dunno whether it is JSON or

Re: FlatLAF tab style discussion

2022-06-24 Thread Thomas Kellerer
Eirik Bakke schrieb am 24.06.2022 um 11:46: > Hi, dev. > > There's a discussion on https://github.com/apache/netbeans/pull/3115 about > changing the default "look" of window system tabs in NetBeans. See the > before/after screenshots there. > > With FlatLAF becoming the default look & feel since

FlatLAF tab style discussion

2022-06-24 Thread Eirik Bakke
Hi, dev. There's a discussion on https://github.com/apache/netbeans/pull/3115 about changing the default "look" of window system tabs in NetBeans. See the before/after screenshots there. With FlatLAF becoming the default look & feel since NetBeans 13, the tab components in the window system