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

com.alee.skin.web.resources.splitpane.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.splitpane.WebSplitPane -->

    <!-- Split pane -->
    <style type="splitpane">
        <component>
            <opaque>true</opaque>
            <background>white</background>
        </component>
        <ui>
            <dragDividerColor>lightGray</dragDividerColor>
            <dividerBorderColor>gray</dividerBorderColor>
            <drawDividerBorder>false</drawDividerBorder>
        </ui>
        <painter />

        <!-- Split one-touch collapse buttons -->
        <style type="button" id="onetouch">
            <painter>
                <decorations>
                    <decoration visible="false" />
                </decorations>
            </painter>
        </style>
        <style type="button" id="onetouch-left" extends="onetouch" />
        <style type="button" id="onetouch-right" extends="onetouch" />

    </style>

</skin>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy