Java3D in a JTable cell ?
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