From 81cac174c80ee42d9e94c6500da7c4c760c3ce67 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sun, 17 Jul 2011 11:25:47 -0700 Subject: altosui: Download list of site locations for map preloading The current URL for this is: http://gag.com/~keithp/launch-sites.txt The format is: :: lat and lon are both in signed decimal degrees. Signed-off-by: Keith Packard --- altosui/AltosSerial.java | 1 + 1 file changed, 1 insertion(+) (limited to 'altosui/AltosSerial.java') diff --git a/altosui/AltosSerial.java b/altosui/AltosSerial.java index 2e8ce870..8f8f99d7 100644 --- a/altosui/AltosSerial.java +++ b/altosui/AltosSerial.java @@ -25,6 +25,7 @@ import java.lang.*; import java.io.*; import java.util.concurrent.*; import java.util.*; +import java.text.*; import java.awt.*; import java.awt.event.*; import javax.swing.*; -- cgit v1.2.3