From 8bb56386af680249d7cd463b40f8a0f90a458286 Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Tue, 2 Jun 2015 15:07:40 +0200 Subject: [PATCH] Closedown --- plugins/TestingList.java | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/plugins/TestingList.java b/plugins/TestingList.java index 4445c83..d974550 100644 --- a/plugins/TestingList.java +++ b/plugins/TestingList.java @@ -27,7 +27,10 @@ import javax.swing.JPanel; */ public class TestingList extends Panel { - + @Override + protected JPanel create() { + return new NetbeansPluginPanel(); + } public class NetbeansPluginPanel extends MonitoredPanel { @@ -61,5 +64,5 @@ public class TestingList extends Panel { // Variables declaration - do not modify//GEN-BEGIN:variables private javax.swing.JButton jButton1; // End of variables declaration//GEN-END:variables -} + } }