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

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

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

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

    <!-- StatusBar -->
    <style type="statusbar" padding="2">
        <component>
            <foreground>245,245,245</foreground>
            <layout class="StatusBarLayout$UIResource" />
        </component>
        <painter>
            <decorations>
                <decoration>
                    <WebShape round="0" sides="1,0,0,0" />
                    <LineBorder color="20,20,20" />
                    <GradientBackground from="0,0" to="0,0.5">
                        <color>106,110,112</color>
                        <color>68,68,68</color>
                    </GradientBackground>
                </decoration>
                <decoration states="disabled">
                    <LineBorder color="68,72,74" />
                </decoration>
            </decorations>
        </painter>
    </style>

</skin>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy