GLCanvas in Applet

I am new to jogl. Can we create and integrate GLCanvas into Applet?
Is there any sample code?

Thanks a lot.
^^

Yes… and no. You can put GLCanvas in an applet, but you need to get the libraries installed on the client sides Java runtime. There is as of yet no automated way to perform that operation.