Closedown

This commit is contained in:
boccioli_m
2015-06-12 11:47:00 +02:00
parent 58a48ab225
commit a6b27f750b

View File

@@ -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);