com.alee.skin.web.resources.popup.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.extended.window.WebPopup --> <!-- Popup --> <style type="panel" id="popup"> <component> <opaque>false</opaque> </component> <painter> <decorations> <decoration> <WebShape round="2" /> <WebShadow type="outer" width="2" /> <LineBorder color="128,128,128" /> <ColorBackground color="237,237,237" /> </decoration> <decoration states="unix"> <WebShape round="0" /> <WebShadow type="outer" width="0" /> </decoration> </decorations> </painter> </style> </skin>
© 2015 - 2024 Weber Informatics LLC | Privacy Policy