altosui: Fix channel changing in flight UI to actually work
authorKeith Packard <keithp@keithp.com>
Sat, 20 Nov 2010 08:13:58 +0000 (00:13 -0800)
committerKeith Packard <keithp@keithp.com>
Sat, 20 Nov 2010 08:13:58 +0000 (00:13 -0800)
commit9a99cabc1c34c657fc95246192ba6d330f5f22d3
tree18823288d3b3c3444d3efbdd46c238ffe9a316d2
parent71c41eadd12c3ece5fffce7669e4991778046d4e
altosui: Fix channel changing in flight UI to actually work

Replacing the menu with a combo box required reworking the way events
are delivered from that widget back to the channel changing
function. Just delete the old magic and use the JComboBox action
listener directly.

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