diff options
| author | Keith Packard <keithp@keithp.com> | 2012-01-02 17:26:59 -0800 | 
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2012-06-02 19:26:29 -0700 | 
| commit | 3c2f601139d36761de6a8a2210545d082ef16133 (patch) | |
| tree | 3255c18ed9cfb7e92427a7619465e57c654fea9e /altosui/AltosConfigureUI.java | |
| parent | 40ee170753f4fd422c848e34a8da104683b7c8a2 (diff) | |
altosui: Complete split out of separate java library
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosui/AltosConfigureUI.java')
| -rw-r--r-- | altosui/AltosConfigureUI.java | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/altosui/AltosConfigureUI.java b/altosui/AltosConfigureUI.java index 1789cd25..deb179d6 100644 --- a/altosui/AltosConfigureUI.java +++ b/altosui/AltosConfigureUI.java @@ -30,6 +30,7 @@ import java.text.*;  import java.util.prefs.*;  import java.util.concurrent.LinkedBlockingQueue;  import javax.swing.plaf.basic.*; +import org.altusmetrum.AltosLib.*;  class DelegatingRenderer implements ListCellRenderer { | 
