Class UIDefaultsLoader

java.lang.Object
com.formdev.flatlaf.UIDefaultsLoader

class UIDefaultsLoader extends Object
Load UI defaults from properties files associated to Flat LaF classes and add to UI defaults. Each class that extend the LaF class may have its own .properties file in the same package as the class. Properties from superclasses are loaded first to give subclasses a chance to override defaults. E.g. if running FlatDarkLaf, then the FlatLaf.properties is loaded first and FlatDarkLaf.properties loaded second.