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

com.alee.skin.web.resources.menu.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>

    <!-- com.alee.laf.menu.WebMenu -->

    <!-- Menu bar -->
    <style type="menu" padding="5,8,5,11">
        <component>
            <opaque>false</opaque>
            <background>196,196,186</background>
            <iconTextGap>7</iconTextGap>
        </component>
        <painter>
            <round>2</round>
            <shadeWidth>2</shadeWidth>
            <arrowGap>15</arrowGap>
            <iconAlignment>0</iconAlignment>
            <disabledFg>192,192,192</disabledFg>
            <selectedTopBg>208,208,198</selectedTopBg>
            <selectedBottomBg>196,196,186</selectedBottomBg>
            <alignTextToMenuIcons>true</alignTextToMenuIcons>
        </painter>
    </style>

</skin>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy