summaryrefslogtreecommitdiff
path: root/altosui/AltosIdleMonitorUI.java
diff options
context:
space:
mode:
authorBdale Garbee <bdale@gag.com>2012-09-12 19:49:51 -0600
committerBdale Garbee <bdale@gag.com>2012-09-12 19:49:51 -0600
commitfe009534ce6846b6db96cac8f6c2d53ba8010d91 (patch)
treef7c5e30d08eed32d340452726ce3e05ca7a82deb /altosui/AltosIdleMonitorUI.java
parent69d42b26223b45df4167aa3baafba100ad71baab (diff)
parent8ee29fe48771dd22a0c5428761ee53a728495d11 (diff)
Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
Diffstat (limited to 'altosui/AltosIdleMonitorUI.java')
-rw-r--r--altosui/AltosIdleMonitorUI.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/altosui/AltosIdleMonitorUI.java b/altosui/AltosIdleMonitorUI.java
index 46ca3e5d..510579c5 100644
--- a/altosui/AltosIdleMonitorUI.java
+++ b/altosui/AltosIdleMonitorUI.java
@@ -106,10 +106,6 @@ public class AltosIdleMonitorUI extends AltosFrame implements AltosFlightDisplay
GridBagConstraints c = new GridBagConstraints();
- java.net.URL imgURL = AltosUI.class.getResource("/altus-metrum-16x16.jpg");
- if (imgURL != null)
- setIconImage(new ImageIcon(imgURL).getImage());
-
setTitle(String.format("AltOS %s", device.toShortString()));
/* Stick frequency selector at top of table for telemetry monitoring */