<<< JTabbedPane | Index | Event Handling >>> |
Provides scroll bars along side or bottom of pane
Constructors:
JScrollPane() JScrollPane( Component ) // holds the specified component JScrollPane( Component, constant, constant ) JScrollPane( constant, constant )
where each constant represents a behavior option. The constants can be
ScrollPaneConstants.HORIZONTAL_SCROLLBAR_AS_NEEDED ScrollPaneConstants.HORIZONTAL_SCROLLBAR_ALWAYS ScrollPaneConstants.HORIZONTAL_SCROLLBAR_NEVER ScrollPaneConstants.VERTICAL_SCROLLBAR_AS_NEEDED ScrollPaneConstants.VERTICAL_SCROLLBAR_ALWAYS ScrollPaneConstants.VERTICAL_SCROLLBAR_NEVER
<<< JTabbedPane | Index | Event Handling >>> |