summaryrefslogtreecommitdiff
path: root/altosui/AltosSerial.java
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2011-07-17 11:25:47 -0700
committerKeith Packard <keithp@keithp.com>2011-07-17 11:25:47 -0700
commit81cac174c80ee42d9e94c6500da7c4c760c3ce67 (patch)
tree3a29ede96e46607f804538316e3b9cef86be85a4 /altosui/AltosSerial.java
parentf7cd8317bf78ece334e1ceb0263b875ca43bbbd2 (diff)
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: <site-name>:<lat>:<lon> lat and lon are both in signed decimal degrees. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosui/AltosSerial.java')
-rw-r--r--altosui/AltosSerial.java1
1 files changed, 1 insertions, 0 deletions
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.*;