altosui: Use helper functions to access arrays in AltosLib class
authorKeith Packard <keithp@keithp.com>
Sun, 9 Sep 2012 19:29:32 +0000 (12:29 -0700)
committerKeith Packard <keithp@keithp.com>
Sun, 9 Sep 2012 19:29:32 +0000 (12:29 -0700)
commit9682e9e6fe730417a77b47795fbe1f06c9a51177
treebe836448407436123ae611ddd841989aefaae12b
parentd65d921b9b2340fa23d3b55b4ae755324d392303
altosui: Use helper functions to access arrays in AltosLib class

These deal with out-of-range values correctly, instead of causing
exceptions that will just break stuff.

Signed-off-by: Keith Packard <keithp@keithp.com>
altoslib/AltosLib.java
altosui/Altos.java
altosui/AltosFlightStatsTable.java
altosui/AltosScanUI.java