Closedown
This commit is contained in:
@@ -455,7 +455,7 @@ public class TestingList extends Panel {
|
||||
iconSource = "/icons/button_stop-16px.png";
|
||||
} else {
|
||||
sStatus = "Disabled";
|
||||
iconSource = null;
|
||||
iconSource = "";
|
||||
}
|
||||
ImageIcon icon = new ImageIcon(getClass().getResource(iconSource));
|
||||
jTable1.setValueAt(bSelected, row, COL_CHECK);
|
||||
|
||||
Reference in New Issue
Block a user