com.alee.skin.web.resources.toolbarseparator.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.WebToolBarSeparator --> <!-- Separator --> <style type="toolbarseparator"> <component> <opaque>false</opaque> </component> <painter> <lines> <line> <color fraction="0.0">176,182,188,5</color> <color fraction="0.5">176,182,188</color> <color fraction="1.0">176,182,188,5</color> </line> <line> <color fraction="0.0">255,255,255,5</color> <color fraction="0.5">white</color> <color fraction="1.0">255,255,255,5</color> </line> </lines> </painter> </style> </skin>
© 2015 - 2024 Weber Informatics LLC | Privacy Policy