com.alee.skin.dark.resources.dialog.xml Maven / Gradle / Ivy
<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="10,10,10" /> <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> </decorations> </painter> </style> </skin>