Skip to Main Content

Wierd case, HELP!

843799Jul 31 2001 — edited Aug 2 2001
Hi, in my project, I need to renew Canvas3D on a JPanel, whenever I click on button, I'll call "remove then add(new XXX)", where XXX is a class extends JPanel, and add a new canvas3D on it. The problem is, I can't always see canvas3d being renewed, sometimes it simple become blank. And, the serious problem is, after I click the button 15-18 times, the program Died or jump to DOS. is this a memory issue or limited resource?
ANYONE HELP!!!
btw, I didn't add anything in scenegraph, simple new a canvas3d(getpreferredGraphics...) then new a simpleUniverse(canvas), add(canvas).
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked due to inactivity on Aug 30 2001
Added on Jul 31 2001
6 comments
56 views