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

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

Go to download

WebLaf is a Java Swing Look and Feel and extended components library for cross-platform applications

There is a newer version: 2.2.1
Show newest version
<skin>

    <!-- Skin information -->
    <id>weblaf.modena.skin</id>
    <title>Modena skin</title>
    <description>JavaFX-like Modena 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.modena.ModenaSkin</class>

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

    <!-- todo This is a placeholder skin yet -->

</skin>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy