diff --git a/nbproject/project.properties b/nbproject/project.properties index 4be0904..552bc56 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -1,4 +1,4 @@ -#Wed, 12 Dec 2018 19:31:33 +0100 +#Mon, 17 Dec 2018 23:08:48 +0100 annotation.processing.enabled=true annotation.processing.enabled.in.editor=false annotation.processing.processors.list= diff --git a/src/opensesim/gui/jp99.form b/src/opensesim/gui/jp99.form index 34ebfb0..2e2a009 100644 --- a/src/opensesim/gui/jp99.form +++ b/src/opensesim/gui/jp99.form @@ -37,23 +37,6 @@ - - - - - - - - - - - - - - - - - - \ No newline at end of file + diff --git a/src/opensesim/gui/jp99.java b/src/opensesim/gui/jp99.java index 96ea46d..3f050de 100644 --- a/src/opensesim/gui/jp99.java +++ b/src/opensesim/gui/jp99.java @@ -28,20 +28,6 @@ public class jp99 extends javax.swing.JPanel { private void initComponents() { jScrollPane1 = new javax.swing.JScrollPane(); - chart11 = new opensesim.old_sesim.ChartPanel(); - - javax.swing.GroupLayout chart11Layout = new javax.swing.GroupLayout(chart11); - chart11.setLayout(chart11Layout); - chart11Layout.setHorizontalGroup( - chart11Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) - .addGap(0, 382, Short.MAX_VALUE) - ); - chart11Layout.setVerticalGroup( - chart11Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) - .addGap(0, 282, Short.MAX_VALUE) - ); - - jScrollPane1.setViewportView(chart11); javax.swing.GroupLayout layout = new javax.swing.GroupLayout(this); this.setLayout(layout); @@ -63,7 +49,6 @@ public class jp99 extends javax.swing.JPanel { // Variables declaration - do not modify//GEN-BEGIN:variables - private opensesim.old_sesim.ChartPanel chart11; private javax.swing.JScrollPane jScrollPane1; // End of variables declaration//GEN-END:variables }