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




Status:
RESOLVED
Resolution:
DUPLICATE of bug 1259
Priority:
P2
Severity:
normal

 

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 ***