|
Public Member Functions |
java.awt.Dimension | getPreferredScrollableViewportSize () |
int | getScrollableBlockIncrement (java.awt.Rectangle r, int orientation, int direction) |
boolean | getScrollableTracksViewportHeight () |
boolean | getScrollableTracksViewportWidth () |
int | getScrollableUnitIncrement (java.awt.Rectangle r, int orientation, int direction) |
The default scrolling increment for a JPanel is 1 pixel at a time, which is wicked slow. This boosts that number to make scrolling faster.
Copyright: Copyright (c) Charles D. Canham 2003