hi all:
I glad to see you-all here and feel impassioned discussion. my question is does Applet can implement mix 2D and 3D together to render? I saw some topic include how a Swing UI using Java Web Start to show how to mix 2D and 3D, but didn’t see a Applet example.
I’ve tried to use Applet, put a JPanel on it, and this panle also populated a GLCanvas to render 3D things. when I invoke getGraphics() of GLCanvas for rendering 2D things, it always return NULL.
But I do the same things in a JFrame, I mean it’s not a Applet application. it works fine. only 2D things will be flicker.
plz help me, I am a fresher.
thanks
Mikael