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

@ -17,9 +17,14 @@ Contributor(s): ______________________________________.
*/
package org.thdl.tib.scanner;
import org.thdl.util.*;
import java.net.*;
import java.io.*;
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.io.OutputStream;
import java.io.PrintWriter;
import java.net.URL;
import java.net.URLConnection;
import org.thdl.util.SimplifiedLinkedList;
/** Used by applets and applications to access remote on-line dictionaries.
Sends Tibetan text, and receives the words with their definitions. The