altosui: Handle serial calls from swing thread
authorKeith Packard <keithp@keithp.com>
Sun, 27 Mar 2011 07:48:07 +0000 (00:48 -0700)
committerKeith Packard <keithp@keithp.com>
Sun, 27 Mar 2011 07:48:07 +0000 (00:48 -0700)
Calls from the swing thread cannot be canceled as there's no way to
put up the cancel dialog. In this case, simply use the 5 second
timeout and fail if no communication occurs within that amount of time.

Signed-off-by: Keith Packard <keithp@keithp.com>

No differences found