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

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

<skin xmlns="http://weblookandfeel.com/XmlSkin">

    <!-- com.alee.laf.spinner.WebSpinner -->

    <!-- Spinner -->
    <style type="spinner">
        <component>
            <opaque>false</opaque>
        </component>
        <painter>
            <decorations>
                <decoration>
                    <WebShape round="2" />
                    <WebShadow type="outer" width="2" />
                    <LineBorder color="20,20,20" />
                    <ColorBackground color="106,110,112" />
                </decoration>
                <decoration states="focused">
                    <LineBorder color="black" />
                </decoration>
                <decoration states="disabled">
                    <WebShadow type="outer" opacity="0" />
                    <LineBorder color="68,72,74" />
                </decoration>
            </decorations>
        </painter>

        <!-- Editor container -->
        <style type="panel" id="editor-container" extends="transparent" />

        <!-- Editor field -->
        <style type="formattedtextfield" id="editor" extends="transparent" />

        <!-- Buttons -->
        <style type="button" id="button" extends="icon">
            <component>
                <focusable>false</focusable>
            </component>
            <painter>
                <decorations>
                    <decoration>
                        <WebShadow type="outer" width="0" />
                        <ColorBackground color="77,81,83" />
                    </decoration>
                    <decoration states="in-focused-parent">
                        <LineBorder color="black" />
                    </decoration>
                </decorations>
            </painter>
        </style>
        <style type="button" id="next" extends="button" padding="2,2,1,2">
            <painter>
                <decorations>
                    <decoration>
                        <WebShape sides="0,1,0,0" />
                    </decoration>
                </decorations>
            </painter>
        </style>
        <style type="button" id="previous" extends="button" padding="0,2,2,2">
            <painter>
                <decorations>
                    <decoration>
                        <WebShape sides="0,1,0,0" />
                    </decoration>
                </decorations>
            </painter>
        </style>

    </style>

</skin>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy