From a6b27f750bf5c612082e41afd1b1c8b5a40dd074 Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Fri, 12 Jun 2015 11:47:00 +0200 Subject: [PATCH] Closedown --- plugins/TestingList.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/TestingList.java b/plugins/TestingList.java index b0e0ed0..297d382 100644 --- a/plugins/TestingList.java +++ b/plugins/TestingList.java @@ -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);