Created
February 10, 2015 20:32
-
-
Save mickeypash/1c0e4139f4085dbfb99a to your computer and use it in GitHub Desktop.
problem with removing Referees
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Exception in thread "AWT-EventQueue-0" java.lang.IndexOutOfBoundsException: Index: 5, Size: 5 | |
at java.util.ArrayList.rangeCheck(ArrayList.java:653) | |
at java.util.ArrayList.get(ArrayList.java:429) | |
at JavaBallController$RefereeTableModel.getValueAt(JavaBallController.java:374) | |
at javax.swing.JTable.getValueAt(JTable.java:2717) | |
at javax.swing.JTable.prepareRenderer(JTable.java:5706) | |
at javax.swing.plaf.basic.BasicTableUI.paintCell(BasicTableUI.java:2114) | |
at javax.swing.plaf.basic.BasicTableUI.paintCells(BasicTableUI.java:2016) | |
at javax.swing.plaf.basic.BasicTableUI.paint(BasicTableUI.java:1812) | |
at javax.swing.plaf.ComponentUI.update(ComponentUI.java:161) | |
at javax.swing.JComponent.paintComponent(JComponent.java:777) | |
at javax.swing.JComponent.paint(JComponent.java:1053) | |
at javax.swing.JComponent.paintToOffscreen(JComponent.java:5223) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment