altosui: Initialize display thread state in constructor instead of run
authorKeith Packard <keithp@keithp.com>
Sat, 20 Nov 2010 08:09:03 +0000 (00:09 -0800)
committerKeith Packard <keithp@keithp.com>
Sat, 20 Nov 2010 08:09:03 +0000 (00:09 -0800)
commit71c41eadd12c3ece5fffce7669e4991778046d4e
tree70967e937aef3cca3d07d8a6b488bd4e94879394
parent7920ed5c34b088f45ce4213b061ddd1ffe22cee8
altosui: Initialize display thread state in constructor instead of run

Some state will get set before run is called, initializing it there
can be too late.

Signed-off-by: Keith Packard <keithp@keithp.com>
ao-tools/altosui/AltosDisplayThread.java