 |
Home | Changes | Index | Search | Go
JXMultiSplitPane is a JPanel container that hosts multiple nested components separated by splitters. Each are of the container and its children can be split into rows and columns.
JXMultiSpltPane and MultiSplitLayout were originally created by Hans Muller and he described the component in his blog.
Issues
- Add new constructor to JXMultiSplitPane taking a layout
- Add convenience methods for removing nodes
- Simplify use of layoutByWeight
Changes
- Some method names have been deprecated and replaced with more logical versions, e.g. getNodeForComponent(name) has been replaced by getNodeForName(name)
- New convenience constructor added
|