com.alee.skin.ninepatch.resources.scrollbar.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of weblaf-ui Show documentation
Show all versions of weblaf-ui Show documentation
WebLaf is a Java Swing Look and Feel and extended components library for cross-platform applications
<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