Class FlatDarkLaf

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

    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

      • setup

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

        @Deprecated
        public static boolean install()
        Deprecated.
        use setup() instead; this method will be removed in a future version
      • 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