> Hi! I'm wondering how to set a JSplitPane initial
> state in 'collapsed'. I also need to have a button
> (other from the widget ones) to collapse/expand the
> JSplitPane.
> Thanks!
try calling this method,
setDividerLocation(double proportionalLocation)