com.alee.skin.web.resources.menu.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.WebMenu --> <!-- Menu bar --> <style type="menu" padding="5,8,5,11"> <component> <opaque>false</opaque> <background>196,196,186</background> <iconTextGap>7</iconTextGap> </component> <painter> <round>2</round> <shadeWidth>2</shadeWidth> <arrowGap>15</arrowGap> <iconAlignment>0</iconAlignment> <disabledFg>192,192,192</disabledFg> <selectedTopBg>208,208,198</selectedTopBg> <selectedBottomBg>196,196,186</selectedBottomBg> <alignTextToMenuIcons>true</alignTextToMenuIcons> </painter> </style> </skin>