diff options
author | Keith Packard <keithp@keithp.com> | 2015-07-15 18:31:05 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2015-07-15 18:31:05 -0700 |
commit | d6445b3739ac2c5dd040efdb97317a6b2a48044a (patch) | |
tree | 9bb68833396950ec51e759607844fa8ccedd1b43 /altosui/AltosLaunchUI.java | |
parent | 271f56a41c7e785b0fab7e572325df842d104277 (diff) |
Bump Java library versions
Avoid problems if you have an old version of the library installed
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosui/AltosLaunchUI.java')
-rw-r--r-- | altosui/AltosLaunchUI.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/altosui/AltosLaunchUI.java b/altosui/AltosLaunchUI.java index 52587e58..132001bf 100644 --- a/altosui/AltosLaunchUI.java +++ b/altosui/AltosLaunchUI.java @@ -23,7 +23,7 @@ import javax.swing.*; import java.io.*; import java.text.*; import java.util.concurrent.*; -import org.altusmetrum.altosuilib_7.*; +import org.altusmetrum.altosuilib_8.*; class FireButton extends JButton { protected void processMouseEvent(MouseEvent e) { |