X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=altosui%2FAltosGraphUI.java;h=03aae65233f7a181a1418eeca04b5fa1e065207c;hp=942688d2b2d4e4653be93b35949481c96dda2dae;hb=504ab7ab355652d5d01094c927089029596a0753;hpb=c1f859170b37864b816eb561318dbfb1cafaeed6 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)