altosui: Make UI Look&Feel configurable
[fw/altos] / altosui / AltosEepromSelect.java
index 0a6eec173b3eeabcba9e736aec48c712920c9e27..ebafc4c87da3382f3f670035aea39a3bbc6f9f88 100644 (file)
@@ -62,7 +62,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;