diff options
author | Keith Packard <keithp@keithp.com> | 2013-01-02 09:40:13 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-01-02 09:40:13 -0800 |
commit | f0bbd3e2571336b5f5872759b5010148325efbaa (patch) | |
tree | a76e5e8944f5ffaa65fa2970364ba6d47733bf2a /altosui/AltosLaunchUI.java | |
parent | ae09bd641a86970763380f3028f987ffcb791020 (diff) |
altosui: Use shared AltosUIFrame and AltosUIDialog
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosui/AltosLaunchUI.java')
-rw-r--r-- | altosui/AltosLaunchUI.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/altosui/AltosLaunchUI.java b/altosui/AltosLaunchUI.java index 68c978dc..7e7ed010 100644 --- a/altosui/AltosLaunchUI.java +++ b/altosui/AltosLaunchUI.java @@ -46,7 +46,7 @@ class FireButton extends JButton { } public class AltosLaunchUI - extends AltosDialog + extends AltosUIDialog implements ActionListener { AltosDevice device; |