List of utility methods to do JSplitPane
splitPane.setDividerLocation(0.5); splitPane.setBorder(BorderFactory.createEmptyBorder()); splitPane.setOneTouchExpandable(true); splitPane.setContinuousLayout(true);