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

com.alee.skin.web.resources.statusbar.xml Maven / Gradle / Ivy

<skin xmlns="http://weblookandfeel.com/XmlSkin">

    <!-- com.alee.extended.statusbar.WebStatusBar -->

    <!-- StatusBar -->
    <style type="statusbar" padding="2">
        <painter>
            <decorations>
                <decoration>
                    <WebShape round="0" sides="1,0,0,0" />
                    <LineBorder color="170,170,170" />
                    <GradientBackground>
                        <color>white</color>
                        <color>223,223,223</color>
                    </GradientBackground>
                </decoration>
                <decoration states="disabled">
                    <LineBorder color="lightGray" />
                </decoration>
            </decorations>
        </painter>
    </style>

</skin>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy