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

com.alee.skin.web.resources.spinner.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.spinner.WebSpinner -->

    <!-- Spinner -->
    <style type="spinner">
        <component>
            <opaque>false</opaque>
        </component>
        <painter>
            <decorations>
                <decoration>
                    <WebShape round="2" />
                    <WebShadow type="outer" width="2" />
                    <LineBorder color="170,170,170" />
                    <ColorBackground color="white" />
                </decoration>
                <decoration states="focused">
                    <LineBorder color="85,130,190" />
                </decoration>
                <decoration states="disabled">
                    <WebShadow type="outer" opacity="0" />
                    <LineBorder color="lightGray" />
                </decoration>
            </decorations>
        </painter>

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

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

        <!-- Buttons -->
        <style type="button" id="button" extends="icon">
            <component>
                <focusable>false</focusable>
            </component>
            <painter>
                <decorations>
                    <decoration>
                        <WebShadow type="outer" width="0" />
                        <ColorBackground color="245,245,245" />
                    </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