altosui: Make deployment testing handle Connecting... dialog
authorKeith Packard <keithp@keithp.com>
Tue, 29 Mar 2011 16:37:11 +0000 (09:37 -0700)
committerKeith Packard <keithp@keithp.com>
Tue, 29 Mar 2011 16:37:11 +0000 (09:37 -0700)
commit2f9be009ef26e3d7539f5932d267d7a8a7bcb7eb
tree5e7dd5af3bbb27d5665174069f24a44559999f21
parent573edcd7dfe10ac3251396eae88eece55d82bcb6
altosui: Make deployment testing handle Connecting... dialog

Supporting the Connecting... dialog requires moving all serial
communication to a separate thread. This was done by creating a worker
thread and command queue to communicate between the UI and the serial line.

Signed-off-by: Keith Packard <keithp@keithp.com>
altosui/AltosIgnite.java
altosui/AltosIgniteUI.java