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

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

<skin>

    <!-- com.alee.laf.desktoppane.WebInternalFrame -->

    <!-- Internal frame -->
    <style type="internalframe">
        <component>
            <opaque>false</opaque>
            <background>90,90,90,220</background>
        </component>
        <painter>
            <decorations>
                <decoration>
                    <WebShape round="4" />
                    <WebShadow type="outer" opacity="0.35" width="10" />
                    <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>
            </decorations>
        </painter>

        <!-- Title label -->
        <style type="label" id="title" extends="shade" padding="0,5,0,10" />

        <!-- Buttons panel -->
        <style type="panel" id="buttons" extends="grouppane">

            <!-- Decoration control buttons -->
            <style type="button" id="control" padding="3,5,3,5">
                <component>
                    <focusable>false</focusable>
                </component>
                <painter>
                    <decorations>
                        <decoration>
                            <WebShape round="2" />
                            <WebShadow type="outer" width="5" />
                        </decoration>
                    </decorations>
                </painter>
            </style>
            <style type="button" id="minimize" extends="control" />
            <style type="button" id="maximize" extends="control" />
            <style type="button" id="close" extends="control" />

        </style>

        <!-- Root pane -->
        <style type="rootpane" id="rootpane">
            <component>
                <opaque>false</opaque>
            </component>

            <!-- Content pane -->
            <style type="panel" id="content">
                <component>
                    <opaque>false</opaque>
                </component>
            </style>

        </style>

    </style>

    <!-- Desktop icon -->
    <style type="desktopicon">
        <component>
            <opaque>false</opaque>
        </component>
        <painter>
            <decorations>
                <decoration>
                    <WebShape round="4" />
                    <WebShadow type="outer" opacity="0.45" width="10" />
                    <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" />
                </decoration>
            </decorations>
        </painter>

        <!-- Title label -->
        <style type="label" id="title" extends="shade" padding="0,5,0,10" />

        <!-- Buttons panel -->
        <style type="panel" id="buttons" extends="grouppane">

            <!-- Decoration control buttons -->
            <style type="button" id="control" padding="3,5,3,5">
                <component>
                    <focusable>false</focusable>
                </component>
                <painter>
                    <decorations>
                        <decoration>
                            <WebShape round="2" />
                            <WebShadow type="outer" width="5" />
                        </decoration>
                    </decorations>
                </painter>
            </style>
            <style type="button" id="minimize" extends="control" />
            <style type="button" id="maximize" extends="control" />
            <style type="button" id="close" extends="control" />

        </style>

    </style>

</skin>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy