Added debug info to the servlet version.
This commit is contained in:
parent
9507ff3694
commit
107fcce565
8 changed files with 210 additions and 200 deletions
|
@ -61,12 +61,12 @@ public class DictionaryTableModel extends AbstractTableModel
|
|||
{
|
||||
switch(column)
|
||||
{
|
||||
case 0:
|
||||
if (tibetanActivated) return arrayTibetan[row];
|
||||
else return array[row].getWylie();
|
||||
case 1: return array[row].getDefPreview();
|
||||
default: return array[row].toString();
|
||||
}
|
||||
case 0:
|
||||
if (tibetanActivated) return arrayTibetan[row];
|
||||
else return array[row].getWylie();
|
||||
case 1: return array[row].getDefPreview();
|
||||
default: return array[row].toString();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue