tpScenery = new JTabbedPane();
tpScenery.addTab("Frame", new JScrollPane(sceneryTreeTable));
tpScenery.addTab("Constraints", new JScrollPane(constraintTable));
tpScenery.addTab("Messages", new JScrollPane(tpMessages));
solutionPanel = new SolutionPanel(data);
add(
new JSplitPane(
JSplitPane.HORIZONTAL_SPLIT,
solutionPanel,