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/AltosEepromSelect.java | |
| parent | ae09bd641a86970763380f3028f987ffcb791020 (diff) | |
altosui: Use shared AltosUIFrame and AltosUIDialog
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosui/AltosEepromSelect.java')
| -rw-r--r-- | altosui/AltosEepromSelect.java | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/altosui/AltosEepromSelect.java b/altosui/AltosEepromSelect.java index d8b8693d..c0886212 100644 --- a/altosui/AltosEepromSelect.java +++ b/altosui/AltosEepromSelect.java @@ -22,6 +22,7 @@ import javax.swing.border.*;  import java.awt.*;  import java.awt.event.*;  import org.altusmetrum.AltosLib.*; +import org.altusmetrum.altosuilib.*;  class AltosEepromItem implements ActionListener {  	AltosEepromLog	log; @@ -50,7 +51,7 @@ class AltosEepromItem implements ActionListener {  	}  } -public class AltosEepromSelect extends AltosDialog implements ActionListener { +public class AltosEepromSelect extends AltosUIDialog implements ActionListener {  	//private JList			list;  	private JFrame			frame;  	JButton				ok;  | 
