Re: The Options ruban remains white with DarkLaf

2021-11-15 Thread Neil C Smith
On Mon, 15 Nov 2021, 21:15 Jerome Lelasseux, wrote: > Sorry I meant FlatLaf Dark. > > I use the following in ModuleInstall::validate() > > NbPreferences.root().node("laf").put("laf", > "com.formdev.flatlaf.FlatDarkLaf"); > UIManager.installLookAndFeel(new UIManager.LookAndFeelInfo("FlatLaf

Re: The Options ruban remains white with DarkLaf

2021-11-15 Thread Jerome Lelasseux
I checked the PR code and I think I found the issue. nb.options.categories.tabPanelBackground color property seems to be not defined, so it returns white. netbeans/platform/options.api/src/org/netbeans/modules/options/OptionsPanel.java: private Color getTabPanelBackground() { Color

Re: The Options ruban remains white with DarkLaf

2021-11-15 Thread Jerome Lelasseux
Sorry I meant FlatLaf Dark. I use the following in ModuleInstall::validate() NbPreferences.root().node("laf").put("laf", "com.formdev.flatlaf.FlatDarkLaf"); UIManager.installLookAndFeel(new UIManager.LookAndFeelInfo("FlatLaf Dark", FlatDarkLaf.class.getName())); I tried the 2 options

Re: The Options ruban remains white with DarkLaf

2021-11-15 Thread Neil C Smith
On Sun, 14 Nov 2021 at 19:54, Jerome Lelasseux wrote: > I made a new release of my Netbeans platform application (NB 12.5, > JDK11.0.13, DarkLaf) and I noticed that the Options ruban is now white (see > image attached). It was dark when I built the previous release using NB12.3 > (and it's

RE: [EXTERNAL] Re: Implementation dependency in a maven module

2021-11-15 Thread David Green
Is the document referring to the version org.apache.netbeans.utilities:nbm-maven-plugin (or of Maven) rather than maven-jar-plugin? On Nov 15, 2021 at 9:12:28 AM, Eymeric VIEUILLE wrote: > Hi, > > > Thx for the answer. > > > > Like said before, I’m looking for a way to add an implementation >

RE: [EXTERNAL] Re: Implementation dependency in a maven module

2021-11-15 Thread Eymeric VIEUILLE
Hi, Thx for the answer. Like said before, I’m looking for a way to add an implementation dependency. I found this : http://bits.netbeans.org/mavenutilities/nbm-maven-plugin/manifest-mojo.html The tag « moduleDependencies » seems to do what I am expecting but it is said that this is only

Re: Implementation dependency in a maven module

2021-11-15 Thread David Green
Hi, I am not a Maven expert but it looks like 3.2.1 is latest in github apache/maven-jar-plugin (see pom.xml file). Are you perhaps wanting 3.1.4 instead of 3.14? Dave On Mon, Nov 15, 2021 at 7:39 AM Eymeric VIEUILLE wrote: > Hi again ! > > > > Nobody has answers for it ? > > > > *Envoyé

RE: Implementation dependency in a maven module

2021-11-15 Thread Eymeric VIEUILLE
Hi again ! Nobody has answers for it ? Envoyé : lundi 8 novembre 2021 15:29 À : Netbeans mailing list (users@netbeans.apache.org) Objet : Implementation dependency in a maven module Hi ! I am doing the migration of a netbeans based application from Ant to Maven (Netbeans 12.0 version) In

Groovy users: please reproduce issues with 12.6-rc3

2021-11-15 Thread Geertjan Wielenga
Hi all, Everyone who's reported issues connected to Groovy in recent releases of NetBeans, can you verify if those problems are still there in 12.6-rc3? If you can still reproduce, please provide the issue numbers of issues that can be reproduced. Go here to get 12.6 rc-3: