faq changes, present mode warning on osx 10.2, other doc notes

This commit is contained in:
benfry
2005-05-02 03:22:59 +00:00
parent 74833939ab
commit 8f481e362b
4 changed files with 100 additions and 101 deletions

View File

@@ -763,8 +763,7 @@ public class PApplet extends Applet
throw new RuntimeException(openglError);
} else {
throw new RuntimeException("You need to use \"Import Library\" " +
"to add " + renderer +
" to your sketch.");
"to add " + renderer + " to your sketch.");
}
} catch (Exception e) {
@@ -5261,7 +5260,7 @@ v PApplet.this.stop();
//GraphicsConfiguration gc = displayDevice.getDefaultConfiguration();
//frame = new Frame(gc);
frame = new Frame(displayDevice.getDefaultConfiguration());
println(displayDevice.getDefaultConfiguration());
//println(displayDevice.getDefaultConfiguration());
} else {
frame = new Frame();
}