com.alee.skin.web.resources.progressbar.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.progressbar.WebProgressBar --> <!-- Progress bar --> <style type="progressbar"> <component> <opaque>false</opaque> <foreground>black</foreground> </component> <painter> <minimumContentSize>100,10</minimumContentSize> <decorations> <decoration> <WebShape round="2" /> <WebShadow type="outer" width="2" /> <LineBorder color="170,170,170" /> <ColorBackground color="white" /> </decoration> </decorations> <!-- Progress line --> <progressPainter> <decorations> <decoration> <WebShape round="0" /> <WebShadow type="outer" width="1" /> <GradientBackground> <color>233,233,233</color> <color>223,223,223</color> </GradientBackground> </decoration> <decoration states="vertical"> <GradientBackground from="0,0" to="1,0" /> </decoration> </decorations> </progressPainter> </painter> </style> </skin>
© 2015 - 2024 Weber Informatics LLC | Privacy Policy