How to modify ScrollPane using synth L&F?

169 Views Asked by At

I want to modify ScrollPane using Synth L&F

Here is my XML code:

<style id="scrollBar">
    <insets top="4" left="6" bottom="4" right="6"/>

    <state>
        <font name="Verdana" size="12"/>
        <color value="#D2DFF2" type="BACKGROUND"/>
        <color value="#000000" type="TEXT_FOREGROUND"/>
    </state>
    <imagePainter method="scrollBarBackground" path="scrollbar.png" sourceInsets="4 6 4 6" paintCenter="true"/>
</style>

<bind style="scrollBar" type="region" key="ScrollBar"/>

Is there any link where I can find all the methods and regions and subregions details?

0

There are 0 best solutions below