summaryrefslogtreecommitdiff
path: root/ao-tools/altosui/AltosInfoTable.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>
* Merge remote branch 'aj/sitemap' into buttonboxKeith Packard2010-11-20
|\ | | | | | | | | | | | | Conflicts: ao-tools/altosui/AltosFlightUI.java Signed-off-by: Keith Packard <keithp@keithp.com>
| * Merge branch 'buttonbox' of git://git.gag.com/fw/altos into buttonboxAnthony Towns2010-11-18
| |\ | | | | | | | | | | | | Conflicts: ao-tools/altosui/AltosFlightUI.java
| * | make infotable scrollable, revert its fontsize to 14Anthony Towns2010-11-12
| | |
* | | 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: Eliminate unncessary import altosui linesKeith Packard2010-11-13
|/ | | | | | | Java appears to automatically import every module from the current package. Signed-off-by: Keith Packard <keithp@keithp.com>
* reduce font size for FlightInfoTableAnthony Towns2010-11-11
|
* altosui: Factor some UI elements into separate classesKeith Packard2010-09-20
Clean up AltosUI by moving the two main tables to separate class files. Signed-off-by: Keith Packard <keithp@keithp.com>