Anyone got even a simple jogl program to run with a Swing JFrame ?
I tried changing the Frame constructor in the gears demo to
JFrame frame = new JFrame()
frame.getRootPane.add( canvas )
The Frame appears on the screen but nothing is rendered, it appears that none of the GearRendered methods are called :’(