Could anyone point me to some example code that shows how to integrate openGL rendering into the java repaint cycle?
I want to create a openGL utility which isn’t calling display() in a tight loop, or rendering using an Animator, but which just updates when the normal paint system thinks it should.
TIA
Peter.