Fix merge conflict

This commit is contained in:
SiboVG 2022-08-12 21:14:44 +02:00
parent 6bccc7c70a
commit b7677073e7

View File

@ -1029,6 +1029,7 @@ public class SimulationPanel extends JPanel {
simulationTable.addRowSelectionInterval(row, row);
}
}
}
private static class NextRowAction extends AbstractAction {
private final JTable table;