telegps: Add scan UI
[fw/altos] / altosuilib / AltosUIFrame.java
index 3dc2a0ad3f43e8d8110e0605b89d825589e227ad..6e62c762948d83578814c5b26d4534a0c92ff352 100644 (file)
@@ -15,7 +15,7 @@
  * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
  */
 
-package org.altusmetrum.altosuilib_1;
+package org.altusmetrum.altosuilib_2;
 
 import java.awt.*;
 import java.awt.event.*;
@@ -73,6 +73,9 @@ public class AltosUIFrame extends JFrame implements AltosUIListener, AltosPositi
                super.setLocationByPlatform(lbp);
        }
 
+       public void scan_device_selected(AltosDevice device) {
+       }
+
        public void setSize() {
                /* Smash sizes around so that the window comes up in the right shape */
                Insets i = getInsets();