altosui: Replace flight status table with labels, fix resize.
authorKeith Packard <keithp@keithp.com>
Sun, 14 Nov 2010 01:09:51 +0000 (17:09 -0800)
committerKeith Packard <keithp@keithp.com>
Sun, 14 Nov 2010 01:09:51 +0000 (17:09 -0800)
commit11c95f687b1f68d35fa1a0af2c4e7982b8bb226a
treee61f8631782eebbdd42060a7bc16f1fd9b10c447
parentdcfa56498d1b65a213b8aba9cbd6c4806532383c
altosui: Replace flight status table with labels, fix resize.

There's no reason to use a table for the flight status data,
replace that with a selection of widgets instead.

Also, set all of the grid bag constraints for the various flight
status displays so that resize does something sensible.

Adds a scrollbar to the table display so that it can shrink.

Signed-off-by: Keith Packard <keithp@keithp.com>
ao-tools/altosui/AltosAscent.java
ao-tools/altosui/AltosDescent.java
ao-tools/altosui/AltosFlightStatus.java [new file with mode: 0644]
ao-tools/altosui/AltosFlightUI.java
ao-tools/altosui/AltosLanded.java
ao-tools/altosui/AltosPad.java
ao-tools/altosui/AltosStatusTable.java [deleted file]
ao-tools/altosui/Makefile.am