now uses strictduffpane instead of duffpane for "smart-pasting".

This commit is contained in:
amontano 2004-07-05 03:54:45 +00:00
parent 353db0c352
commit 0fd26a6c56
1 changed files with 1 additions and 2 deletions

View File

@ -80,8 +80,7 @@ public class DuffScannerPanel extends ScannerPanel implements ItemListener
/* Looks up tibcodes in directory of applet. In order
to work through a proxy store all the applet classes toghether
with tibcodes.ini in a jar file. */
duffInput = new DuffPane();
duffInput.disableRoman();
duffInput = new StrictDuffPane();
f = new Font(duffInput.getRomanFontFamily(), Font.PLAIN, duffInput.getRomanFontSize());
JPanel jpanel = new JPanel(new GridLayout(1,1));