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

com.alee.skin.dark.resources.radiobutton.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.radiobutton.WebRadioButton -->

    <!-- Tristate checkbox -->
    <style type="radiobutton">
        <component>
            <foreground>255,255,255,240</foreground>
        </component>
        <painter>
            <selectedForeground>255,255,255,240</selectedForeground>

            <!-- Radio state painter -->
            <checkStatePainter>
                <decorations>
                    <decoration size="17,17">
                        <EllipseShape />
                        <WebShadow type="outer" width="2" />
                        <LineBorder color="20,20,20" />
                        <GradientBackground type="radial" from="0.5,0.5" to="2,0.5">
                            <color>77,81,83</color>
                            <color>black</color>
                        </GradientBackground>
                    </decoration>
                    <decoration states="selected">
                        <RadioIcon leftColor="255,255,255,225" rightColor="255,255,255,235" />
                    </decoration>
                    <decoration states="focused">
                        <LineBorder color="black" />
                    </decoration>
                    <decoration states="disabled">
                        <WebShadow type="outer" opacity="0" />
                        <LineBorder color="68,72,74" />
                        <GradientBackground type="radial" from="0.5,0.5" to="2,0.5">
                            <color>111,115,117</color>
                            <color>77,81,83</color>
                        </GradientBackground>
                    </decoration>
                    <decoration states="disabled,selected">
                        <RadioIcon leftColor="120,120,120" rightColor="130,130,130" />
                    </decoration>
                </decorations>
            </checkStatePainter>

        </painter>
    </style>

</skin>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy