com.alee.skin.web.resources.switch.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.extended.button.WebSwitch --> <!-- Switch --> <style type="panel" id="switch" extends="decorated"> <painter> <decorations> <decoration> <ColorBackground color="250,250,250" /> </decoration> <decoration states="focused"> <LineBorder color="85,130,190" /> </decoration> </decorations> </painter> <!-- Switch gripper --> <style type="panel" id="gripper" extends="decorated"> <painter> <decorations> <decoration> <WebShape round="1" /> <WebShadow type="outer" width="1" /> <GradientBackground> <color>white</color> <color>223,223,223</color> </GradientBackground> </decoration> </decorations> </painter> </style> <!-- Switch state label --> <style type="label" id="option" extends="shade"> <component> <foreground>darkGray</foreground> </component> </style> <style type="label" id="selected" extends="option" padding="2,5,2,5" /> <style type="label" id="deselected" extends="option" padding="2,5,2,5" /> <style type="label" id="icon-selected" extends="option" padding="2,2,2,2" /> <style type="label" id="icon-deselected" extends="option" padding="2,2,2,2" /> </style> </skin>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy