final PlotSettingsSubPanel panel = new PlotSettingsControlArea(managedView);
panel.reset(managedView.getPlot(), true);
setLayout(new GridLayout(1,1));
PlotControlsLayout controlsLayout = new PlotControlsLayout();
PlotControlsLayout.ResizersScrollPane scroller =
new ResizersScrollPane(panel);
scroller.setBorder(BorderFactory.createEmptyBorder());
JPanel paddableOverallPanel = new JPanel(controlsLayout);