Here are the LAF-related modules I have included in my own NetBeans Platform application, which uses FlatLAF and had FlatLAF showing up in the options panel the last time I checked:
org-netbeans-swing-plaf org-netbeans-libs-flatlaf org-netbeans-swing-laf-flatlaf org-netbeans-modules-core-kit // Needed by flatLAF org-netbeans-swing-laf-dark // Needed by org-netbeans-modules-core-kit (These are the maven module names; they might have a different naming convention in ant.) -- Eirik From: "avaluedcusto...@freenet.de" <avaluedcusto...@freenet.de> Date: Monday, October 14, 2024 at 3:16 AM To: NetBeans Mailing List <users@netbeans.apache.org> Subject: FlatLat not available in options dialog (NetBeans platform application) Hello, I have a NetBeans Platform application (migrated all the way from 8.x to 23) and I wanted to provide the option to set FlatLaf as the look & feel (mainly for Linux). I have included "FlatLaf", "Flatlaf Look and Feel" and "Look & Feel Customization Library" in the RCP main application, but when I open the options dialog, only the built-in Look & Feel classes are shown in the drop down and the "FlatLaf" tab is missing completely. I can set it as the default L&F through the application branding (see https://github.com/apache/netbeans/discussions/5921#discussioncomment-5846499) but it still doesn't show up as a selectable option and the tab to configure FlatLaf doesn't show up either What am I missing? Do I need to add something to the layer.xml to make it appear? The project uses Ant (not Maven) Regards Thomas --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org<mailto:users-unsubscr...@netbeans.apache.org> For additional commands, e-mail: users-h...@netbeans.apache.org<mailto:users-h...@netbeans.apache.org> For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists