Created ChartPainterInterface and moved ChartPainter intto sesim package

This commit is contained in:
2017-11-19 17:06:30 +01:00
parent da0b262fff
commit d3057f25df
16 changed files with 73 additions and 32 deletions

View File

@ -38,7 +38,7 @@
<Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
<SubComponents>
<Container class="chart.ChartPanel" name="chart11">
<Container class="sesim.ChartPanel" name="chart11">
<Layout>
<DimensionLayout dim="0">

View File

@ -28,7 +28,7 @@ public class jp99 extends javax.swing.JPanel {
private void initComponents() {
jScrollPane1 = new javax.swing.JScrollPane();
chart11 = new chart.ChartPanel();
chart11 = new sesim.ChartPanel();
javax.swing.GroupLayout chart11Layout = new javax.swing.GroupLayout(chart11);
chart11.setLayout(chart11Layout);
@ -63,7 +63,7 @@ public class jp99 extends javax.swing.JPanel {
// Variables declaration - do not modify//GEN-BEGIN:variables
private chart.ChartPanel chart11;
private sesim.ChartPanel chart11;
private javax.swing.JScrollPane jScrollPane1;
// End of variables declaration//GEN-END:variables
}