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/GrabNDrag.java | |
| parent | 40ee170753f4fd422c848e34a8da104683b7c8a2 (diff) | |
altosui: Complete split out of separate java library
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosui/GrabNDrag.java')
| -rw-r--r-- | altosui/GrabNDrag.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/altosui/GrabNDrag.java b/altosui/GrabNDrag.java index e6b87b58..c350efec 100644 --- a/altosui/GrabNDrag.java +++ b/altosui/GrabNDrag.java @@ -27,6 +27,7 @@ import javax.swing.table.*; import java.io.*; import java.util.*; import java.text.*; +import org.altusmetrum.AltosLib.*; class GrabNDrag extends MouseInputAdapter { private JComponent scroll; |
