All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.alee.skin.dark.resources.skin.xml Maven / Gradle / Ivy

<skin>

    <!-- Skin information -->
    <id>weblaf.dark.skin</id>
    <title>Dark skin</title>
    <description>Dark WebLaF skin</description>
    <author>Mikle Garin</author>
    <supportedSystems>all</supportedSystems>

    <!-- Base skin class, included resources with no specified "nearClass" attribute will use this class -->
    <class>com.alee.skin.dark.DarkSkin</class>

    <!-- Including WebLaF default skin, will use its style as a base -->
    <include nearClass="com.alee.skin.web.WebSkin">resources/skin.xml</include>

    <!-- Styles separated into meaningful groups -->
    <include>resources/label.xml</include>
    <include>resources/styledlabel.xml</include>
    <include>resources/button.xml</include>
    <include>resources/togglebutton.xml</include>
    <include>resources/separator.xml</include>
    <include>resources/hotkeylabel.xml</include>
    <include>resources/panel.xml</include>
    <include>resources/rootpane.xml</include>
    <include>resources/frame.xml</include>
    <include>resources/memorybar.xml</include>
    <include>resources/checkbox.xml</include>
    <include>resources/tristatecheckbox.xml</include>
    <include>resources/radiobutton.xml</include>
    <include>resources/toolbar.xml</include>
    <include>resources/toolbarseparator.xml</include>

</skin>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy