From 0fd26a6c563666b6a60956aec21eb8a22aa58d47 Mon Sep 17 00:00:00 2001 From: amontano Date: Mon, 5 Jul 2004 03:54:45 +0000 Subject: [PATCH] now uses strictduffpane instead of duffpane for "smart-pasting". --- source/org/thdl/tib/scanner/DuffScannerPanel.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/org/thdl/tib/scanner/DuffScannerPanel.java b/source/org/thdl/tib/scanner/DuffScannerPanel.java index ef30a9f..8b77b24 100644 --- a/source/org/thdl/tib/scanner/DuffScannerPanel.java +++ b/source/org/thdl/tib/scanner/DuffScannerPanel.java @@ -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));