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/AltosFlashUI.java | |
parent | ae09bd641a86970763380f3028f987ffcb791020 (diff) |
altosui: Use shared AltosUIFrame and AltosUIDialog
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosui/AltosFlashUI.java')
-rw-r--r-- | altosui/AltosFlashUI.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/altosui/AltosFlashUI.java b/altosui/AltosFlashUI.java index 878150f6..921207bc 100644 --- a/altosui/AltosFlashUI.java +++ b/altosui/AltosFlashUI.java @@ -26,7 +26,7 @@ import java.util.concurrent.*; import org.altusmetrum.altosuilib.*; public class AltosFlashUI - extends AltosDialog + extends AltosUIDialog implements ActionListener { Container pane; |