Hello guys!
I’m having a little problem trying to integrate xith inside a big app built on Swing to generate 3d perspectives of a certain model. I based on the code of the texture viewer from Scott Shaver.
My question is: is there any posibility of integrating xith3d with lightweight components like a JPanel? I got some success in that but for example when I try to insert this XithPanel inside a JInternalFrame / TabbedPane, etc (the fire test for lightweight components in swing) doesn’t work => the Xith panel always sets at the nearest position…
Anyway I was investigating and I think JOGL supports lightweight components (I didn’t test it) so… can anybody give me a hand?
Thank you anyway, and very good work!!!
Hwang