altosui: Make UI Look&Feel configurable
[fw/altos] / altosui / AltosDeviceDialog.java
index 610bb73e76dfbae75fc6ab59c5b9f85755e7c477..e53e75c197bdd064988f2c18b375a7d5acbb2627 100644 (file)
@@ -24,7 +24,7 @@ import java.awt.*;
 import java.awt.event.*;
 import libaltosJNI.*;
 
-public class AltosDeviceDialog extends JDialog implements ActionListener {
+public class AltosDeviceDialog extends AltosDialog implements ActionListener {
 
        private AltosDevice     value;
        private JList           list;