@@ -0,0 +1,8 @@
+package ui.view;
+
+import javax.swing.JPanel;
+public class XChartTest extends JPanel {
+ //XYChart chart = QuickChart.getChart("Sample Chart", "X", "Y", "y(x)", xData, yData);
+}