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

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

    <!-- Menu bar -->
    <style type="menubar">
        <component>
            <opaque>false</opaque>
            <background>white</background>
        </component>
        <painter>
            <decorations>
                <decoration>
                    <WebShape sides="0,0,1,0" />
                    <LineBorder color="170,170,170" />
                    <GradientBackground>
                        <color>240,240,240</color>
                        <color>223,223,223</color>
                    </GradientBackground>
                </decoration>
            </decorations>
        </painter>
    </style>

</skin>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy