![JAR search and dependency download from the Maven repository](/logo.png)
com.alee.skin.ninepatch.resources.skin.xml Maven / Gradle / Ivy
<skin> <!-- Skin information (not necessary) --> <id>weblaf.ninepatch.skin</id> <title>9-patch skin</title> <description>WebLaF 9-patch-based interface 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.ninepatch.NinePatchSkin</class> <!-- Including WebLaF default skin, will use its style as a base --> <include nearClass="com.alee.skin.web.WebSkin">resources/skin.xml</include> <!-- Separate style classes --> <include>resources/label.xml</include> <include>resources/panel.xml</include> <include>resources/scrollbar.xml</include> </skin>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy