Fixed pocket pc version to be completely swing-less.

This commit is contained in:
amontano 2004-12-23 19:31:26 +00:00
parent 533534eb9f
commit 88ebeaed3b
20 changed files with 2221 additions and 707 deletions

View file

@ -281,7 +281,7 @@ public class DuffScannerPanel extends ScannerPanel implements ItemListener
table.repaint();
}
public void setPreferences()
public void setPreferences(Frame owner)
{
Font f;
if (prefWindow==null) prefWindow = new PreferenceWindow(this, duffInput);