Class FlatDarkLaf

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    FlatDarculaLaf

    public class FlatDarkLaf
    extends FlatLaf
    A Flat LaF that has a dark color scheme.

    The UI defaults are loaded from FlatDarkLaf.properties and FlatLaf.properties.

    See Also:
    Serialized Form
    • Constructor Detail

      • FlatDarkLaf

        public FlatDarkLaf()
    • Method Detail

      • install

        public static boolean install()
        Sets the application look and feel to this LaF using UIManager.setLookAndFeel(javax.swing.LookAndFeel).
      • installLafInfo

        public static void installLafInfo()
        Adds this look and feel to the set of available look and feels.

        Useful if your application uses UIManager.getInstalledLookAndFeels() to query available LaFs and display them to the user in a combobox.

      • getName

        public java.lang.String getName()
        Specified by:
        getName in class javax.swing.LookAndFeel
      • getDescription

        public java.lang.String getDescription()
        Specified by:
        getDescription in class javax.swing.LookAndFeel
      • isDark

        public boolean isDark()
        Specified by:
        isDark in class FlatLaf