changes for MRJFileUtiles

This commit is contained in:
benfry
2003-04-11 20:30:45 +00:00
parent b67c7cddfd
commit 410840fc3d
2 changed files with 6 additions and 0 deletions
+4
View File
@@ -874,11 +874,13 @@ public class PdeBase extends Frame implements ActionListener {
} else if ((platform == MACOS9) || (platform == MACOSX)) {
#ifdef MACOS
/*
try {
com.apple.mrj.MRJFileUtils.openURL("http://Proce55ing.net");
} catch (IOException e) {
e.printStackTrace();
}
*/
#endif
} else if (platform == LINUX) {
@@ -903,11 +905,13 @@ public class PdeBase extends Frame implements ActionListener {
} else if ((platform == MACOSX) || (platform == MACOS9)) {
#ifdef MACOS
/*
try {
com.apple.mrj.MRJFileUtils.openURL("reference/index.html");
} catch (IOException e) {
e.printStackTrace();
}
*/
#endif
} else if (platform == LINUX) {
+2
View File
@@ -12,6 +12,8 @@ _ repair lines (even if slow)
_ single pixel lines have no alpha and no z
_ fix all the random line types to support alpha
_ had to disable MRJFileUtils stuff on osx at last minute before 53
_ smooth images drawing strangely (missing first line of pixels)
_ also smoothed even if not distorted
_ aliased and anti-aliased images don't line up