diff options
| author | Keith Packard <keithp@keithp.com> | 2013-01-20 15:39:53 -0800 | 
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2013-01-20 15:45:16 -0800 | 
| commit | cf03ab3383b679e6617e8ab7004be91e5a727562 (patch) | |
| tree | aad7caba12149c4a3d74b73e1d5a6a023155974f /altosui/AltosDataChooser.java | |
| parent | e1133481f2208fd16be8196977696da2cce430f3 (diff) | |
altosui: Remove duplicate AltosUIPreferences.java
This lives in altosuilib now. Several files needed imports of
altosuilib added as a result.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosui/AltosDataChooser.java')
| -rw-r--r-- | altosui/AltosDataChooser.java | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/altosui/AltosDataChooser.java b/altosui/AltosDataChooser.java index a8a2ca49..242af9ad 100644 --- a/altosui/AltosDataChooser.java +++ b/altosui/AltosDataChooser.java @@ -21,6 +21,7 @@ import javax.swing.*;  import javax.swing.filechooser.FileNameExtensionFilter;  import java.io.*;  import org.altusmetrum.AltosLib.*; +import org.altusmetrum.altosuilib.*;  public class AltosDataChooser extends JFileChooser {  	JFrame	frame;  | 
