Java clean ups -- use varargs where possible, remove AltosSerialReader
authorKeith Packard <keithp@keithp.com>
Tue, 27 Jul 2010 17:18:20 +0000 (10:18 -0700)
committerKeith Packard <keithp@keithp.com>
Tue, 27 Jul 2010 17:18:20 +0000 (10:18 -0700)
commit8f2f38f2a9fb0c106e2c6b60cdc205292ce329ea
treef1796d3c3efdbbc0f985648b6708def4d908b7c5
parent734cd15ccff691f851359518ce6118f29dc9f88d
Java clean ups -- use varargs where possible, remove AltosSerialReader

Add methods that format stuff using String.format for voice and serial
link, remove AltosSerialReader class and just embed that in the
AltosSerial class directly.

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