summaryrefslogtreecommitdiff
path: root/altosui/AltosGraphUI.java
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2011-07-05 23:37:51 -0700
committerKeith Packard <keithp@keithp.com>2011-07-05 23:37:51 -0700
commitd0335f83c54df0b23c28d04d34c212a1bdffadd0 (patch)
tree498f8e23f0047b6aa4283627b9bd6bcde74fbfb8 /altosui/AltosGraphUI.java
parentc1f859170b37864b816eb561318dbfb1cafaeed6 (diff)
altosui: Add main/drogue voltages to default graph
Until we get a UI for changing the graph elements, lets add a few more potentially useful values. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosui/AltosGraphUI.java')
-rw-r--r--altosui/AltosGraphUI.java4
1 files changed, 3 insertions, 1 deletions
diff --git a/altosui/AltosGraphUI.java b/altosui/AltosGraphUI.java
index 942688d2..03aae652 100644
--- a/altosui/AltosGraphUI.java
+++ b/altosui/AltosGraphUI.java
@@ -112,7 +112,9 @@ public class AltosGraphUI extends JFrame
graphs.add( myAltosGraphTime("Summary")
.addElement(height)
.addElement(speed)
- .addElement(acceleration) );
+ .addElement(acceleration)
+ .addElement(drogue_voltage)
+ .addElement(main_voltage) );
graphs.add( myAltosGraphTime("Summary")
.addElement(height)