I have integrated the flatlaf look and feel library into my Swing application via Maven, specifically utilizing version 1.6.2 of FlatLaf.
Within my application, I've employed the existing theme named "flatlaflight.setup()". However, prior to this step, I introduced a properties file bearing the same name into the resources directory. This file was utilized to tailor the style parameters according to my requirements. Regrettably, the system is unable to retrieve the customizations specified within this properties file.
Registered the custom default source to FlatLightLaf.registerCustomDefaultsSource("src/main/resources"); also tried FlatLightLaf.registerCustomDefaultsSource("resources");