Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Java3D in a JTable cell ?

843799Dec 19 2009
Hello,

I would like to put a Canvas3D component in a JTable cell, is there a way to do that ?

If not, I think it should be possible to only get a generated picture of the 3D scene with the off screen mode of the Canvas3D, and then put it as an ImageIcon of the JTable cell.
I tried this, but I got this error message : "OpenGL 1.2 or better is required (GL_VERSION=1.1)" even though I have the 1.4 version...

Anyway, I would prefer to find a way to put the Canvas3D component in the cell, in order to be able to use the mouse to change the 3D scene.

Thank you

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jan 16 2010
Added on Dec 19 2009
0 comments
81 views