diff --git a/plugins/TestingList.java b/plugins/TestingList.java index d974550..8347bdf 100644 --- a/plugins/TestingList.java +++ b/plugins/TestingList.java @@ -26,7 +26,14 @@ import javax.swing.JPanel; * */ public class TestingList extends Panel { - + + Task task = new Task() { + @Override + protected Object execute() throws Exception { + + return true; + } + }; @Override protected JPanel create() { return new NetbeansPluginPanel();