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/AltosUI.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/AltosUI.java')
-rw-r--r-- | altosui/AltosUI.java | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/altosui/AltosUI.java b/altosui/AltosUI.java index 926d66f0..9977e82b 100644 --- a/altosui/AltosUI.java +++ b/altosui/AltosUI.java @@ -105,10 +105,6 @@ public class AltosUI extends AltosFrame { load_library(null); - java.net.URL imgURL = AltosUI.class.getResource("/altus-metrum-16x16.jpg"); - if (imgURL != null) - setIconImage(new ImageIcon(imgURL).getImage()); - AltosUIPreferences.set_component(this); pane = getContentPane(); |