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

com.alee.examples.resources.DemoSkin.xml Maven / Gradle / Ivy

<skin>

    <!-- Skin information (not necessary) -->
    <id>weblaf.demo.skin</id>
    <name>WebLaF Demo Application skin</name>
    <description>WebLaF Demo Application custom 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.examples.DemoSkin</class>

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

    <!-- Legend label style -->
    <style type="label" id="legend-label" extends="default">
        <component>
            <foreground>white</foreground>
            <horizontalAlignment>0</horizontalAlignment>
        </component>
    </style>

</skin>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy