Removed/commented out/tagged some unused local variables.
Added a JUnit test for the new Trie that fails at present since the Trie is case-insensitive. Running JUnit tests is not something our build system knows about at present, but Eclipse 2.0 makes it very easy. Fixed a few compiler errors due to imports I'd forgotten.
This commit is contained in:
parent
b8391e923d
commit
a6cc4a7ff3
31 changed files with 292 additions and 179 deletions
|
@ -22,10 +22,12 @@ import javax.swing.*;
|
|||
import javax.swing.table.TableCellRenderer;
|
||||
import javax.swing.border.*;
|
||||
import javax.swing.text.*;
|
||||
import java.io.Serializable;
|
||||
|
||||
import org.thdl.tib.input.DuffPane;
|
||||
import org.thdl.util.ThdlDebug;
|
||||
import org.thdl.tib.text.*;
|
||||
import org.thdl.tib.text.DuffData;
|
||||
import java.io.Serializable;
|
||||
|
||||
/** Used by DictionaryTable to display a Tibetan word or phrase
|
||||
(in either Roman or Tibetan script) in a single cell.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue