X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=altosui%2FAltosConfig.java;h=c4dba735184b23d204c8e4ebe8bc26ccdc0d58b9;hp=e1ffebb4b95f1129144e1a86c70dadf2915ae78d;hb=5a3c5de6657d1c26e52015a8acec0cd05e294cef;hpb=b26e837a6f18641aae9372aab22168849ff10812 diff --git a/altosui/AltosConfig.java b/altosui/AltosConfig.java index e1ffebb4..c4dba735 100644 --- a/altosui/AltosConfig.java +++ b/altosui/AltosConfig.java @@ -21,8 +21,9 @@ import java.awt.event.*; import javax.swing.*; import java.io.*; import java.util.concurrent.*; -import org.altusmetrum.AltosLib.*; import java.text.*; +import org.altusmetrum.altoslib.*; +import org.altusmetrum.altosuilib.*; public class AltosConfig implements ActionListener { @@ -270,7 +271,7 @@ public class AltosConfig implements ActionListener { public AltosConfig(JFrame given_owner) { owner = given_owner; - device = AltosDeviceDialog.show(owner, Altos.product_any); + device = AltosDeviceUIDialog.show(owner, Altos.product_any); if (device != null) { try { serial_line = new AltosSerial(device);