Explorar el Código

wip testclass

Tom Troppmann hace 3 años
padre
commit
9503019a00
Se han modificado 1 ficheros con 8 adiciones y 0 borrados
  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);
+}