Browse Source

wip testclass

Tom Troppmann 2 years ago
parent
commit
9503019a00
1 changed files with 8 additions and 0 deletions
  1. 8 0
      src/ui/view/XChartTest.java

+ 8 - 0
src/ui/view/XChartTest.java

@@ -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);
+}