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

com.alee.skin.dark.resources.separator.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.separator.WebSeparator -->

    <!-- Separator -->
    <style type="separator">
        <painter>
            <lines>
                <line>
                    <color fraction="0.0">68,72,74,5</color>
                    <color fraction="0.5">68,72,74</color>
                    <color fraction="1.0">68,72,74,5</color>
                </line>
                <line>
                    <color fraction="0.0">10,10,10,5</color>
                    <color fraction="0.5">10,10,10</color>
                    <color fraction="1.0">10,10,10,5</color>
                </line>
                <line>
                    <color fraction="0.0">68,72,74,5</color>
                    <color fraction="0.5">68,72,74</color>
                    <color fraction="1.0">68,72,74,5</color>
                </line>
            </lines>
        </painter>
    </style>

    <!-- Horizontal dark separator -->
    <style type="separator" id="horizontal">
        <component>
            <orientation>0</orientation>
        </component>
        <painter>
            <lines>
                <line>
                    <color>10,10,10</color>
                </line>
            </lines>
        </painter>
    </style>

    <!-- Vertical dark separator -->
    <style type="separator" id="vertical">
        <component>
            <orientation>1</orientation>
        </component>
        <painter>
            <lines>
                <line>
                    <color>10,10,10</color>
                </line>
            </lines>
        </painter>
    </style>

</skin>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy