altosui: Show filename in AltosGraph window
[fw/altos] / altosui / AltosGraphUI.java
index 16b0fd48552d77d4dcbbc3ec5ec022f8772d6519..be52bd4e97d14eb3426dee6d10ff64edd780f40c 100644 (file)
@@ -178,8 +178,8 @@ public class AltosGraphUI extends JFrame
         }
     }
 
         }
     }
 
-    public AltosGraphUI(AltosRecordIterable records) throws InterruptedException, IOException {
-               super("Altos Graph");
+       public AltosGraphUI(AltosRecordIterable records, String name) throws InterruptedException, IOException {
+               super(String.format("Altos Graph %s", name));
 
                AltosDataPointReader reader = new AltosDataPointReader (records);
                if (reader == null)
 
                AltosDataPointReader reader = new AltosDataPointReader (records);
                if (reader == null)