} catch (IOException e) {
e.printStackTrace();
return;
}
final JSplitPane splitPane = createSplitPane();
splitPane.addComponentListener(new ComponentAdapter() {
private boolean firstTime = true;
@Override
public void componentResized(ComponentEvent e) {
if (firstTime) {