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

com.alee.skin.dark.resources.lazypanel.xml Maven / Gradle / Ivy

There is a newer version: 1.2.14
Show newest version
<skin xmlns="http://weblookandfeel.com/XmlSkin">

    <!-- com.alee.extended.lazy.LazyPanel -->

    <!-- Panel -->
    <style type="panel" id="lazypanel" />

    <!-- Non-opaque panel -->
    <style type="panel" id="lazypanel-non-opaque" extends="lazypanel">
        <component>
            <opaque>false</opaque>
        </component>
        <painter>
            <decorations>
                <decoration>
                    <BoundsShape />
                    <ColorBackground color="68,68,68" />
                </decoration>
            </decorations>
        </painter>
    </style>

    <!-- Transparent panel -->
    <style type="panel" id="lazypanel-transparent" extends="lazypanel-non-opaque">
        <painter>
            <decorations overwrite="true" />
        </painter>
    </style>

    <!-- Decorated panel -->
    <style type="panel" id="lazypanel-decorated" extends="lazypanel-non-opaque">
        <painter>
            <decorations overwrite="true">
                <decoration>
                    <WebShape round="2" />
                    <WebShadow type="outer" width="2" />
                    <LineBorder color="20,20,20" />
                    <ColorBackground color="68,68,68" />
                </decoration>
            </decorations>
        </painter>
    </style>

    <!-- Decorated panel -->
    <style type="panel" id="lazypanel-focusable" extends="lazypanel-decorated">
        <painter>
            <decorations>
                <decoration states="focused">
                    <LineBorder color="black" />
                </decoration>
            </decorations>
        </painter>
    </style>

</skin>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy