mirror of
https://github.com/processing/processing4.git
synced 2026-02-13 02:20:45 +01:00
faq changes, present mode warning on osx 10.2, other doc notes
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user