com.alee.skin.web.resources.frame.xml Maven / Gradle / Ivy
<skin> <!-- com.alee.laf.rootpane.WebFrame --> <!-- Native-decorated frame --> <style type="rootpane" id="frame" /> <!-- WebLaF-decorated frame --> <style type="rootpane" id="frame-decorated" extends="frame"> <painter> <decorations> <decoration> <WebShape round="4" /> <WebShadow type="outer" opacity="0.45" width="40" /> <LineBorder color="170,170,170" /> <ColorBackground color="237,237,237" /> </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>