Since I had Eclipse fired up, I had it automatically organized the

imports.  It made two errors, but the compiler found them.  I've cvs
tagged the tree before doing this, just in case.
This commit is contained in:
dchandler 2005-07-11 03:10:32 +00:00
parent 6d419fe641
commit 8ccd68789a
69 changed files with 574 additions and 265 deletions

View file

@ -1,9 +1,19 @@
package org.thdl.tib.scanner;
import java.awt.*;
import java.awt.event.*;
import java.awt.image.*;
import java.io.*;
import java.awt.BorderLayout;
import java.awt.Checkbox;
import java.awt.CheckboxGroup;
import java.awt.Choice;
import java.awt.Dimension;
import java.awt.FileDialog;
import java.awt.FlowLayout;
import java.awt.Frame;
import java.awt.GridLayout;
import java.awt.Label;
import java.awt.Panel;
import java.awt.Toolkit;
import java.awt.event.ActionEvent;
import java.awt.event.ItemEvent;
/** provides a friendly user interface when the command-line
is not used for choosing a dictionary or connection to open.