altosui: Explicitly initialize Altos class
authorKeith Packard <keithp@keithp.com>
Thu, 5 Aug 2010 17:40:17 +0000 (13:40 -0400)
committerKeith Packard <keithp@keithp.com>
Thu, 5 Aug 2010 17:40:17 +0000 (13:40 -0400)
commit85a670b5a904d6750d0f179ae307baeb8fc7cbd2
treedb9213c4286956a1a039a15b7bef88f9d1787adf
parent9e8f7f75442303f9bfa99a0435984f5d36863ae6
altosui: Explicitly initialize Altos class

Because the Altos class is never instantiated, the static initializers
are never called, leaving the string to state mapping empty. Hand-code
the call to the initialer instead.

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