Re: Creating a new platform application: Maven or Ant?

2023-02-26 Thread Mathieu Bastian
Hi Thomas, I've had a very good experience with Maven for Gephi , which is based on the latest Netbeans Platform. The pom files are fairly well documented so you can probably get some inspiration. If you run into specific issues feel free to reach out. Mathieu On

Re: Getting RCP Application Name at Runtime

2022-10-17 Thread Mathieu Bastian
Hi Sean, This gives you the application name and version: NbBundle.getBundle("org.netbeans.core.startup.Bundle").getString("currentVersion") I believe it's equivalent to System.getProperty("netbeans.productversion") Greetings, Mathieu On Sun, Oct 16, 2022 at 8:31 PM Sean Carrick wrote: > I

Using flatlaf-swingx as a dependency in NB Platform module

2022-09-03 Thread Mathieu Bastian
Hi folks, and thanks for the continuous support of Netbeans Platform! I really enjoy the FlatLaf integration but I'm having issues with one of its addons. We still have a lot of SwingX components in our application and I wanted to add a dependency to flatlaf-swingx