line chart candlestick chart in separate objects

This commit is contained in:
2017-10-02 23:05:29 +02:00
parent 9b33636b91
commit ce0bb75bab
13 changed files with 212 additions and 281 deletions

View File

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

View File

@ -28,7 +28,7 @@ public class jp99 extends javax.swing.JPanel {
private void initComponents() {
jScrollPane1 = new javax.swing.JScrollPane();
chart11 = new chart.Chart1();
chart11 = new chart.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.Chart1 chart11;
private chart.ChartPanel chart11;
private javax.swing.JScrollPane jScrollPane1;
// End of variables declaration//GEN-END:variables
}