shockrifle / raceadmin

0 stars 0 forks source link

IndexOutOfBounds when closing school editor #23

Closed shockrifle closed 2 years ago

shockrifle commented 6 years ago

repro: open school list edit one of the schools close the editor dialog

Exception in thread "AWT-EventQueue-0" java.lang.ArrayIndexOutOfBoundsException: -1 at java.util.Vector.elementData(Vector.java:734) at java.util.Vector.elementAt(Vector.java:477) at javax.swing.table.DefaultTableModel.setValueAt(DefaultTableModel.java:664) at javax.swing.JTable.setValueAt(JTable.java:2741) at javax.swing.JTable.editingStopped(JTable.java:4723) at javax.swing.AbstractCellEditor.fireEditingStopped(AbstractCellEditor.java:141) at hu.danielb.raceadmin.ui.components.ButtonEditor.fireEditingStopped(ButtonEditor.java:64) at hu.danielb.raceadmin.ui.components.ButtonEditor.lambda$new$26(ButtonEditor.java:25)