mirror of
https://github.com/igniterealtime/Spark.git
synced 2025-12-01 12:27:58 +00:00
SPARK-1250 increased setBlockIncrement to 200 for faster scrolling when clicking between the arrow and the scrollbutton on JScollPanel
git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@12125 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
committed by
holger.bergunde
parent
181e42355b
commit
33dbe1caeb
@ -219,7 +219,7 @@ public abstract class ChatRoom extends BackgroundPanel implements ActionListener
|
||||
textScroller.setAutoscrolls(true);
|
||||
|
||||
// Speed up scrolling. It was way too slow.
|
||||
textScroller.getVerticalScrollBar().setBlockIncrement(50);
|
||||
textScroller.getVerticalScrollBar().setBlockIncrement(200);
|
||||
textScroller.getVerticalScrollBar().setUnitIncrement(20);
|
||||
|
||||
chatWindowPanel = new JPanel();
|
||||
|
||||
Reference in New Issue
Block a user