diff options
| author | Keith Packard <keithp@keithp.com> | 2010-07-26 17:03:47 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2010-07-26 17:03:47 -0700 |
| commit | 17188f36fe18c23bc2eb877ac9a01b7693f4b863 (patch) | |
| tree | 8c02aefd169374a9c0c994036441637dea07620b /ao-tools/altosui/AltosDeviceDialog.java | |
| parent | 005e2d6a7bb3b0546b0c1273296875621632ec6d (diff) | |
Present list of altos devices in nice format
Diffstat (limited to 'ao-tools/altosui/AltosDeviceDialog.java')
| -rw-r--r-- | ao-tools/altosui/AltosDeviceDialog.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ao-tools/altosui/AltosDeviceDialog.java b/ao-tools/altosui/AltosDeviceDialog.java index b3a0f9be..eb70877c 100644 --- a/ao-tools/altosui/AltosDeviceDialog.java +++ b/ao-tools/altosui/AltosDeviceDialog.java @@ -29,7 +29,7 @@ import altosui.AltosDevice; public class AltosDeviceDialog { static altos_device show (JFrame frame, String product) { - altos_device[] devices = null; + AltosDevice[] devices; devices = AltosDevice.list(product); if (devices != null & devices.length > 0) { Object o = JOptionPane.showInputDialog(frame, |
