com.alee.skin.dark.resources.checkbox.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of weblaf-ui Show documentation
Show all versions of weblaf-ui Show documentation
WebLaf is a Java Swing Look and Feel and extended components library for cross-platform applications
<skin> <!-- com.alee.laf.checkbox.WebCheckBox --> <!-- Checkbox --> <style type="checkbox"> <component> <foreground>255,255,255,240</foreground> </component> <painter> <selectedForeground>255,255,255,240</selectedForeground> <!-- Check state painter --> <checkStatePainter> <decorations> <decoration size="17,17"> <WebShape round="2" /> <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="checked"> <CheckIcon bounds="margin" stroke="basic;2" color="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,checked"> <CheckIcon bounds="margin" color="130,130,130" /> </decoration> </decorations> </checkStatePainter> </painter> </style> </skin>