cosmetic cleaning for macosx java 1.3 to remove ugly white borders

This commit is contained in:
benfry
2003-09-03 03:55:50 +00:00
parent a289e915db
commit 2e6e4417ba
3 changed files with 12 additions and 6 deletions

View File

@@ -166,11 +166,11 @@ public class PdeEditorConsole extends JScrollPane {
}
}
//for (int i = 0; i < lines; i++) {
//appendText("b\r\n", false);
//appendText("\n", false);
//appendText(System.getProperty("line.separator"), 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) {
setBorder(null);
}
}