The Source for Java Technology Collaboration


Home | Changes | Index | Search | Go

SwingXMultiSplitLayout

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

Topic SwingXMultiSplitLayout . { Edit | Ref-By | Printable | Diffs r3 < r2 < r1 | More }
 XML java.net RSS

Revision r3 - 05 Dec 2008 - 18:17:46 - Main.luano
Parents: WebHome > SwingLabs > SwingLabsSwingX