JScroll Speed

Hi Friends,

I need some help from all off u.I am adding a JScrollPane to my JFrame.But my problem is when i click on Vericatal scroll Bar Up and Down Arrows it is moving very Slowly.I want to speed up scrolling when i click on Up and down arrows.For JTable it is moving fastly

Please help me some one about this.

Thanks And Regards

Ravichandran

[375 byte] By [ravi@chandraa] at [2007-11-27 7:46:28]
# 1

> For JTable it is moving fastly

JTable implements Scrollable

> when i click on Vericatal scroll Bar Up and Down Arrows it is moving very Slowly

Well, your question doesn't have much detail but I would guess your class needs to implement the Scrollable interface and then you can specify the unit increment when you click on the arrow buttons.

camickra at 2007-7-12 19:27:21 > top of Java-index,Desktop,Core GUI APIs...