Parcourir la source

wip testclass

Tom Troppmann il y a 3 ans
Parent
commit
9503019a00
1 fichiers modifiés avec 8 ajouts et 0 suppressions
  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);
+}