Closedown
This commit is contained in:
@@ -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")
|
||||
// <editor-fold defaultstate="collapsed" desc="Generated Code">//GEN-BEGIN:initComponents
|
||||
|
||||
Reference in New Issue
Block a user