I've just started evaluating MultiSplitPane but I'm excited about using it so I don't have to write my own. I am creating an application that contains multiple plots/graphs, with each plot is on it's own split pane. When the split pane divider moves the plot should resize to fit the new space. I was wondering if it's possible to set up a listener for each split pane divder in a MultiSplitPane to detect changes?
Thanks! |