From 20425bcecb66d7921fe893a2b9de699cad9b25c5 Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Tue, 2 Jun 2015 15:11:44 +0200 Subject: [PATCH] Closedown --- plugins/TestingList.java | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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();