altosui: Output recorded clock tick in CSV files
[fw/altos] / altosui / AltosGraphUI.java
index 030bbc25d4dd25f54c114caaa98124979f14b8fc..c30dc476048d55a2e1b661697c2b45b54b2141e8 100644 (file)
@@ -20,7 +20,7 @@ import org.jfree.chart.axis.AxisLocation;
 import org.jfree.ui.ApplicationFrame;
 import org.jfree.ui.RefineryUtilities;
 
-public class AltosGraphUI extends JFrame 
+public class AltosGraphUI extends AltosFrame 
 {
     JTabbedPane        pane;
 
@@ -122,9 +122,7 @@ public class AltosGraphUI extends JFrame
            graphs.add( myAltosGraphTime("Summary")
                        .addElement(height)
                        .addElement(speed)
-                       .addElement(acceleration)
-                       .addElement(drogue_voltage)
-                       .addElement(main_voltage) );
+                       .addElement(acceleration) );
 
            graphs.add( myAltosGraphTime("Summary")
                        .addElement(height)