com.alee.skin.web.resources.popupmenuseparator.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.menu.WebPopupMenuSeparator --> <!-- Popup menu separator --> <style type="popupmenuseparator" margin="4,5,4,5"> <component> <opaque>false</opaque> </component> <painter> <lines> <line> <color>220,220,220</color> </line> </lines> </painter> </style> </skin>
© 2015 - 2024 Weber Informatics LLC | Privacy Policy