next up previous
Next: An example using JScrollPane Up: Swing Containers Previous: A complete JTabbedPane example

Scrolling panes

A new class called JScrollPane manages almost all aspects of a scrollable view.

This is a convenient component that makes managing on many aspects of scrolling easy:

The most important point to make with an application utilizing a scrolling view is that:

GUI Guideline

Favor vertical scrolling over horizontal scrolling in panes.



 

Dave Marshall
4/14/1999