Troubleshooting

List and Text Component Scrollbar Differences

Why is it that scrollbars never appear when working with Swing's list and text components?

Unlike their AWT cousins, Swing's list and text components don't have automatic scrollbars. If you want scrollbars, you must add either component to Swing's scroll pane container. Chapter 16, "Building a GUI: Swing Style," will show you how to accomplish this task.

Get Special Edition Using Java 2 Standard Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.