now uses strictduffpane instead of duffpane for "smart-pasting".
This commit is contained in:
parent
353db0c352
commit
0fd26a6c56
1 changed files with 1 additions and 2 deletions
|
@ -80,8 +80,7 @@ public class DuffScannerPanel extends ScannerPanel implements ItemListener
|
||||||
/* Looks up tibcodes in directory of applet. In order
|
/* Looks up tibcodes in directory of applet. In order
|
||||||
to work through a proxy store all the applet classes toghether
|
to work through a proxy store all the applet classes toghether
|
||||||
with tibcodes.ini in a jar file. */
|
with tibcodes.ini in a jar file. */
|
||||||
duffInput = new DuffPane();
|
duffInput = new StrictDuffPane();
|
||||||
duffInput.disableRoman();
|
|
||||||
f = new Font(duffInput.getRomanFontFamily(), Font.PLAIN, duffInput.getRomanFontSize());
|
f = new Font(duffInput.getRomanFontFamily(), Font.PLAIN, duffInput.getRomanFontSize());
|
||||||
|
|
||||||
JPanel jpanel = new JPanel(new GridLayout(1,1));
|
JPanel jpanel = new JPanel(new GridLayout(1,1));
|
||||||
|
|
Loading…
Reference in a new issue