Using the JFC/Swing Packages |
This page will cover the use ofJSplitPane
. For now, we provide a list of examples that use split panes:
- The
TreeDemo.java
example featured in How to Use Trees uses a split pane to display two scroll panes, one on top of the other.The API
[PENDING: Put tables here]
Using the JFC/Swing Packages |