altos: Add spiradio product
[fw/altos] / altosui / AltosConfigureUI.java
index deb179d6e965ae78c2e504b58e9c14230ae4cc05..ace245a0231d1e349d0082a971db8c6802b52a94 100644 (file)
@@ -291,7 +291,6 @@ public class AltosConfigureUI
 
                final UIManager.LookAndFeelInfo[] look_and_feels = UIManager.getInstalledLookAndFeels();
 
-               System.out.printf("look_and_feels %d\n", look_and_feels.length);
                look_and_feel_value = new JComboBox(look_and_feels);
 
                DelegatingRenderer.install(look_and_feel_value);
@@ -344,7 +343,7 @@ public class AltosConfigureUI
                manage_bluetooth = new JButton("Manage Bluetooth");
                manage_bluetooth.addActionListener(new ActionListener() {
                                public void actionPerformed(ActionEvent e) {
-                                       AltosBTManage.show(owner, Altos.bt_known);
+                                       AltosBTManage.show(owner, AltosBTKnown.bt_known());
                                }
                        });
                c.gridx = 0;