altosui: Move more eeprom stuff to altoslib
[fw/altos] / altosui / AltosEepromSelect.java
index 0a6eec173b3eeabcba9e736aec48c712920c9e27..492b635c62d30c736e338c330c8deb31ee4ded10 100644 (file)
@@ -27,6 +27,7 @@ import libaltosJNI.libaltos;
 import libaltosJNI.altos_device;
 import libaltosJNI.SWIGTYPE_p_altos_file;
 import libaltosJNI.SWIGTYPE_p_altos_list;
+import org.altusmetrum.AltosLib.*;
 
 class AltosEepromItem implements ActionListener {
        AltosEepromLog  log;
@@ -62,7 +63,7 @@ class AltosEepromItem implements ActionListener {
        }
 }
 
-public class AltosEepromSelect extends JDialog implements ActionListener {
+public class AltosEepromSelect extends AltosDialog implements ActionListener {
        private JList                   list;
        private JFrame                  frame;
        JButton                         ok;