this.setLayout(new BorderLayout());
this.add(tablePanel, BorderLayout.CENTER);
JPanel controlPanel = new JPanel(new FlowLayout(FlowLayout.RIGHT));
controlPanel.add(new SubstanceSkinComboSelector());
this.add(controlPanel, BorderLayout.SOUTH);
this.setSize(500, 400);
this.setLocationRelativeTo(null);