All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.alee.skin.web.resources.frame.xml Maven / Gradle / Ivy

Go to download

WebLaf is a Java Swing Look and Feel and extended components library for cross-platform applications

There is a newer version: 2.2.1
Show newest version
<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>
                <decoration states="unix">
                    <WebShape round="0" />
                    <WebShadow type="outer" width="0" />
                </decoration>
            </decorations>
        </painter>
    </style>

</skin>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy