public PartsPanel(Configuration configuration, Frame frame) {
this.configuration = configuration;
this.frame = frame;
setLayout(new BorderLayout(0, 0));
partsTableModel = new PartsTableModel(configuration);
partsTableSorter = new TableRowSorter<PartsTableModel>(partsTableModel);
JPanel panel_5 = new JPanel();
add(panel_5, BorderLayout.NORTH);
panel_5.setLayout(new BorderLayout(0, 0));