summaryrefslogtreecommitdiff
path: root/altosui/AltosLanded.java
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2014-05-25 21:01:38 -0700
committerKeith Packard <keithp@keithp.com>2014-05-25 21:08:11 -0700
commitf0216d721ed13f4d3dc608bb6ad8f83732b27c0a (patch)
tree026c6433d46262e8732f1196ff3ecaf492d3f829 /altosui/AltosLanded.java
parentd63319f6f29ef714bb1d5c359c2448f63e7a4534 (diff)
altoslib/altosuilib: Change versions to altoslib:4, altosuilib:2
API has changed for these libraries, time to bump the file versions Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosui/AltosLanded.java')
-rw-r--r--altosui/AltosLanded.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/altosui/AltosLanded.java b/altosui/AltosLanded.java
index 25d768ad..707d8fcc 100644
--- a/altosui/AltosLanded.java
+++ b/altosui/AltosLanded.java
@@ -21,7 +21,8 @@ import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import java.io.*;
-import org.altusmetrum.altoslib_3.*;
+import org.altusmetrum.altoslib_4.*;
+import org.altusmetrum.altosuilib_2.*;
public class AltosLanded extends JComponent implements AltosFlightDisplay, ActionListener {
GridBagLayout layout;