From a7e33a8b4447421e8ffda59de6f4857ad6be278f Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Tue, 2 Jun 2015 14:46:33 +0200 Subject: [PATCH] Closedown --- plugins/TestingList.java | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/plugins/TestingList.java b/plugins/TestingList.java index a05c1e9..d3fb51e 100644 --- a/plugins/TestingList.java +++ b/plugins/TestingList.java @@ -60,19 +60,6 @@ public class TestingList extends Panel { public class NetbeansPluginPanel extends MonitoredPanel { - public NetbeansPluginPanel() { - initComponents(); - motorPanel = new MotorPanel(); - panel.add(motorPanel); - onInitialize(-1); - - plot = new LinePlotJFree(); - plot.setTitle("bo"); - panelPlot.add(plot); - series=new LinePlotSeries("Position"); - plot.addSeries(series); - - } @SuppressWarnings("unchecked") // //GEN-BEGIN:initComponents