404142434445464748
*/ public class DateChart01 implements ExampleChart { public static void main(String[] args) { ExampleChart exampleChart = new DateChart01(); Chart chart = exampleChart.getChart(); new SwingWrapper(chart).displayChart(); }
474849505152535455
*/ public class BarChart02 implements ExampleChart { public static void main(String[] args) { ExampleChart exampleChart = new BarChart02(); Chart chart = exampleChart.getChart(); new SwingWrapper(chart).displayChart(); }
343536373839404142
*/ public class BarChart04 implements ExampleChart { public static void main(String[] args) { ExampleChart exampleChart = new BarChart04(); Chart chart = exampleChart.getChart(); new SwingWrapper(chart).displayChart(); }
333435363738394041
*/ public class DateChart04 implements ExampleChart { public static void main(String[] args) { ExampleChart exampleChart = new DateChart04(); Chart chart = exampleChart.getChart(); new SwingWrapper(chart).displayChart(); }
*/ public class BarChart01 implements ExampleChart { public static void main(String[] args) { ExampleChart exampleChart = new BarChart01(); Chart chart = exampleChart.getChart(); new SwingWrapper(chart).displayChart(); }
*/ public class DateChart03 implements ExampleChart { public static void main(String[] args) { ExampleChart exampleChart = new DateChart03(); Chart chart = exampleChart.getChart(); new SwingWrapper(chart).displayChart(); }
*/ public class LineChart03 implements ExampleChart { public static void main(String[] args) { ExampleChart exampleChart = new LineChart03(); Chart chart = exampleChart.getChart(); new SwingWrapper(chart).displayChart(); }
373839404142434445
*/ public class BarChart06 implements ExampleChart { public static void main(String[] args) { ExampleChart exampleChart = new BarChart06(); Chart chart = exampleChart.getChart(); new SwingWrapper(chart).displayChart(); }
*/ public class DateChart06 implements ExampleChart { public static void main(String[] args) { ExampleChart exampleChart = new DateChart06(); Chart chart = exampleChart.getChart(); new SwingWrapper(chart).displayChart(); }
363738394041424344
*/ public class LineChart06 implements ExampleChart { public static void main(String[] args) { ExampleChart exampleChart = new LineChart06(); Chart chart = exampleChart.getChart(); new SwingWrapper(chart).displayChart(); }