com.alee.skin.dark.resources.dialog.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.rootpane.WebDialog --> <!-- Native-decorated dialog --> <style type="rootpane" id="dialog" /> <!-- WebLaF-decorated dialog --> <style type="rootpane" id="dialog-decorated" extends="dialog"> <painter> <decorations> <decoration> <WebShape round="4,4,2,2" /> <WebShadow type="outer" opacity="0.45" width="20" /> <LineBorder color="20,20,20" /> <ColorBackground color="68,68,68" /> </decoration> <decoration states="focused"> <WebShadow type="outer" opacity="0.7" /> </decoration> <decoration states="maximized"> <WebShape round="0" /> <WebShadow type="outer" width="0" /> <LineBorder opacity="0" /> </decoration> <decoration states="fullscreen"> <WebShape round="0" /> <WebShadow type="outer" width="0" /> <LineBorder opacity="0" /> </decoration> <decoration states="unix"> <WebShape round="0" /> <WebShadow type="outer" width="0" /> </decoration> </decorations> </painter> </style> </skin>