merging changes over from processing-007X branch

This commit is contained in:
benfry
2004-05-09 19:47:46 +00:00
parent 337da4a336
commit d9302fac2b
11 changed files with 288 additions and 445 deletions

View File

@@ -103,6 +103,9 @@ public class PdeEditorFind extends JFrame implements ActionListener {
}
pain.add(buttons);
// 0069 TEMPORARILY DISABLED!
replaceAllButton.setEnabled(false);
// to fix ugliness.. normally macosx java 1.3 puts an
// ugly white border around this object, so turn it off.
if (PdeBase.platform == PdeBase.MACOSX) {