Class FlatDarculaLaf

  • All Implemented Interfaces:
    java.io.Serializable

    public class FlatDarculaLaf
    extends FlatDarkLaf
    A Flat LaF that has a dark color scheme and looks like Darcula LaF.

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

    See Also:
    Serialized Form
    • Constructor Detail

      • FlatDarculaLaf

        public FlatDarculaLaf()
    • 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.