Hi, i have a project, where im making the gui with Swing, either JApplet or JFrames. Most likely JApplet, so i can view it from a web browser.
Now i need to display openGL in say a window of the Applet. Just even displaying BASIC openGL, how would i go about this?
I’m not sure, since i’m used of the init() display() and reshape() methods.
How do i say, just draw a polygon in a swing JApplet, or JFrame.
Also, what do you think the best way to make a GUI, with a web browser interface, programming in java, and jogl?
thank you so much for your help,
Lawrence