i would like to create my own scrollPane
.
it's look like this :
<-- | components | -->
when we press in the arrows the components moves(scroll).
i can do it by create myScrollPane extends JSCroolPane
and add two button that their action is to set the JScrollPane
. but i want to learn and do it with edit scrollPaneUI
.
how can i do it?