com.alee.skin.web.resources.customtooltip.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.managers.tooltip.WebCustomTooltip --> <!-- Tooltip label --> <style type="styledlabel" id="customtooltip-label"> <component> <foreground>white</foreground> </component> </style> <!-- Tooltip hotkey shortcut label --> <style type="label" id="customtooltip-hotkey" padding="0,3,1,3"> <component> <foreground>black</foreground> <horizontalAlignment>0</horizontalAlignment> <verticalAlignment>0</verticalAlignment> </component> <painter> <decorations> <decoration> <WebShape round="2" /> <ColorBackground color="255,255,255,178" /> </decoration> </decorations> </painter> </style> </skin>