fixing copy and paste. works, except if pasted from a TextArea through the windows pop-up menu.
This commit is contained in:
parent
627b35cd33
commit
d35048a067
2 changed files with 8 additions and 5 deletions
|
@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue