diff options
author | Keith Packard <keithp@keithp.com> | 2012-09-12 13:07:01 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2012-09-12 13:26:39 -0700 |
commit | 1b5340c2b75c500011355c4889da443c4b9c4891 (patch) | |
tree | 0b539b5aac120228c7c7bd962d35ddb597db6144 /altosui/AltosIdleMonitorUI.java | |
parent | 3e4fc0b3953655eb720372d9b4274cd4bca19556 (diff) |
altosui: Add multi-sized icons to all windows
This lets the window system pick a better size for presentation
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosui/AltosIdleMonitorUI.java')
-rw-r--r-- | altosui/AltosIdleMonitorUI.java | 4 |
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 */ |