com.alee.skin.web.resources.tooltip.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.tooltip.WebToolTip --> <!-- ToolTip --> <style type="tooltip" padding="1,5,2,5"> <component> <opaque>false</opaque> <foreground>white</foreground> </component> <painter> <decorations> <decoration> <WebShape round="2" /> <LineBorder color="black" /> <ColorBackground color="black" /> </decoration> </decorations> </painter> </style> </skin>