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

com.alee.skin.ninepatch.resources.scrollbar.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.scroll.WebScrollBar -->

    <!-- Scroll bar -->
    <style type="scrollbar" id="default">
        <ui>
            <paintButtons>false</paintButtons>
            <paintTrack>false</paintTrack>
            <scrollBarWidth>15</scrollBarWidth>
        </ui>
        <painter id="painter" class="com.alee.skin.ninepatch.NPScrollBarPainter">
            <thumbMargin>3,3,3,4</thumbMargin>
            <hBackgroundIcon>icons/scroll/hsbg.9.png</hBackgroundIcon>
            <hThumbIcon>icons/scroll/hsthumb.9.png</hThumbIcon>
            <vBackgroundIcon>icons/scroll/vsbg.9.png</vBackgroundIcon>
            <vThumbIcon>icons/scroll/vsthumb.9.png</vThumbIcon>
        </painter>
    </style>

</skin>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy