com.alee.skin.web.resources.toolbar.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.toolbar.WebToolBar --> <!-- Toolbar --> <style type="toolbar" padding="2"> <component> <orientation>0</orientation> <floatable>true</floatable> </component> <painter> <spacing>2</spacing> <decorations> <decoration> <WebShape round="6" /> <WebShadow type="outer" width="2" /> <LineBorder color="170,170,170" /> <GradientBackground from="0,0.5" to="0,1"> <color>white</color> <color>229,233,238</color> </GradientBackground> </decoration> <decoration states="floating"> <WebShape sides="0,0,0,0" /> </decoration> <decoration states="disabled"> <WebShadow type="outer" opacity="0" /> <LineBorder color="lightGray" /> </decoration> </decorations> </painter> </style> <!-- Attached toolbar --> <style type="toolbar" id="attached"> <painter> <decorations> <decoration> <WebShape round="0" sides="0,0,1,0" /> <WebShadow type="outer" width="0" /> </decoration> </decorations> </painter> </style> </skin>
© 2015 - 2024 Weber Informatics LLC | Privacy Policy