uc.putProperty(WINDOW_BOUNDS, r);
uc.putProperty(LOOK_AND_FEEL, UIManager.getLookAndFeel().getClass().getName());
log.debug("info panel minimized: "+(splitPanel.getDividerLocation()>=splitPanel.getMaximumDividerLocation()));
uc.putProperty(INFO_PANEL_LOCATION, splitPanel.getDividerLocation());
uc.putProperty(INFO_PANEL_LAST_LOCATION, splitPanel.getLastDividerLocation());
uc.done();
}
private ButtonGroup modeGroup;
private ConfigurationDialog configurationDialog;