Hi all,
Since glDrawable.display() is a non-blocking call (as far as I know!):
Is there a possibility to receive a notification when diplay() has finished.
Best regards
Martin
Hi all,
Since glDrawable.display() is a non-blocking call (as far as I know!):
Is there a possibility to receive a notification when diplay() has finished.
Best regards
Martin
GLDrawable.display() is a blocking call. The GLJPanel behaves slightly differently under certain circumstances, but I don’t think you should be able to see this (it only occurs during process shutdown).