summaryrefslogtreecommitdiff
path: root/ao-tools/altosui/AltosFlightInfoTableModel.java
Commit message (Collapse)AuthorAge
* Move altosui to the top level, placing libaltos inside it.Keith Packard2010-11-24
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Rewrite info table to mix with scroll pane well. Fix startup sizeKeith Packard2010-11-20
| | | | | | | | | | | Using a single table for the info table means that the scroll pane automatically picks up the table headers and shows them above the scrollable view. This patch also fixes the application size at startup so that no scrollbar is required in the info table, and the window is < 800x600. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Cleanup flight UI layoutKeith Packard2010-11-16
| | | | | | | Use common constants for fonts and insets Shrink fonts so that the window is < 600 pixels tall. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Split status and info panels into separate filesKeith Packard2010-08-01
This moves some code out of AltosUI.java into separate files Signed-off-by: Keith Packard <keithp@keithp.com>