FAQ
Cover
\
Build
\
Source
\
Bugs
\
Reference
\
Libraries
\
Tools
The bugs database has moved
here
.
Bug 1262 : 1.0.4 You need to use "Import Library" add processing.opengl.PGraphicsOpenGL to your sketch.
Last modified: 2009-06-02 12:36
P
roject:
processing
trash
Version:
unspecified
Co
m
ponent:
android
book
core
libraries
pde
reference
tools
web
Status:
RESOLVED
Resolution:
DUPLICATE of bug
1259
Pr
i
ority:
P2
Severity:
normal
Platform
All
O
S:
All
Windows
Mac OS
Linux
Other
Reporter:
Gendou.com
Assigned To:
fry
Attachment
Type
Created
Size
Actions
Description
: Opened: 2009-06-02 11:06
Works fine in version 1.0.3.
Broken in Processing 1.0.4.
import processing.opengl.*;
void setup(){ size(300, 300, OPENGL); } // java.lang.RuntimeException
happens here
void draw() { background(0); }
Additional Comment
#1 From fry 2009-06-02 12:36
*** This bug has been marked as a duplicate of
1259
***