this.frame = frame;
this.configuration = configuration;
this.machineControlsPanel = machineControlsPanel;
setLayout(new BorderLayout(0, 0));
tableModel = new HeadsTableModel(configuration);
JPanel panel = new JPanel();
add(panel, BorderLayout.NORTH);
panel.setLayout(new BorderLayout(0, 0));