captureCameraPlacementLocation, captureToolPlacementLocation,
moveCameraToPlacementLocation, moveToolToPlacementLocation);
placementSelectionActionGroup.setEnabled(false);
boardLocationsTableModel = new BoardLocationsTableModel(configuration);
placementsTableModel = new PlacementsTableModel(configuration);
JComboBox sidesComboBox = new JComboBox(Side.values());
boardLocationsTable = new AutoSelectTextTable(boardLocationsTableModel);
boardLocationsTable.setAutoCreateRowSorter(true);