Netbeans recently added the FlatLaf look and feel which I would love to add to our Netbeans Platform (RCP) application. I saw a lot of threads describing how to add a look and feel to a simple java application, but the few that were concerned with adding it to a netbeans rcp application did not really offer a solution or had only dead links.
If I activate the "Tools -> Options -> Appearance" menu-entries in our application I can already activate the FlatLaf manually but I obviously would like to automatically do that when the application starts.
Does anyone know how to do this?
(Project is running under JDK11 and Netbeans RCP dependencies with version RELEASE113 (11.3) )