fixing copy and paste. works, except if pasted from a TextArea through the windows pop-up menu.

This commit is contained in:
amontano 2002-10-26 15:49:55 +00:00
parent 627b35cd33
commit d35048a067
2 changed files with 8 additions and 5 deletions

View file

@ -69,7 +69,6 @@ public class DuffScannerPanel extends ScannerPanel
fullDef = new TextArea("",0,0,TextArea.SCROLLBARS_VERTICAL_ONLY);
fullDef.setEditable(false);
model = new DictionaryTableModel(null);
table = new DictionaryTable(model, fullDef);
table.activateTibetan(true);
@ -199,5 +198,5 @@ public class DuffScannerPanel extends ScannerPanel
showingTibetan = false;
}
table.repaint();
}
}
}