altosui: Tell serial device which frame to use for timeout dialogs
authorKeith Packard <keithp@keithp.com>
Sun, 27 Mar 2011 07:46:19 +0000 (00:46 -0700)
committerKeith Packard <keithp@keithp.com>
Sun, 27 Mar 2011 07:46:19 +0000 (00:46 -0700)
commitf23d0f3cbf1fb0c8eab497e266625f6410b69ba3
tree5f1fbd5b8f8f7511143a167081d4d3015e99be16
parent067b21993e9a97fceadb355e571e5610535336a8
altosui: Tell serial device which frame to use for timeout dialogs

For the timeout dialog to appear, a frame must be configured for it to
appear near. This patch sends the frame from the eeprom download
functions to the serial code. That path doesn't yet work as the eeprom
download is still trying to talk to the serial device from the swing
event thread, which prevents the cancel dialog from working.

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