com.alee.skin.web.resources.menuitem.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.WebMenuItem --> <!-- Menu item --> <style type="menuitem" padding="5,8,5,11"> <component> <opaque>false</opaque> <iconTextGap>7</iconTextGap> </component> <painter> <acceleratorGap>15</acceleratorGap> <iconAlignment>0</iconAlignment> <disabledFg>192,192,192</disabledFg> <selectedTopBg>208,208,198</selectedTopBg> <selectedBottomBg>196,196,186</selectedBottomBg> <acceleratorBg>255,255,255,200</acceleratorBg> <acceleratorFg>90,90,90</acceleratorFg> <acceleratorDisabledFg>170,170,170</acceleratorDisabledFg> <alignTextToMenuIcons>true</alignTextToMenuIcons> </painter> </style> </skin>