Good Day,
I am putting a model inside a JInternalFrame managed by a DesktopPane. Everytime I minimize the window and try to restore it again, I get the following:
net.java.games.jogl.GLException: Error swapping buffers
at net.java.games.jogl.impl.windows.WindowsOnscreenGLContext.swapBuffers(WindowsOnscreenGLContext.java:137)
at net.java.games.jogl.impl.GLContext.invokeGL(GLContext.java:187)
at net.java.games.jogl.GLCanvas.displayImpl(GLCanvas.java:179)
at net.java.games.jogl.GLCanvas.display(GLCanvas.java:84)
at net.java.games.jogl.Animator$1.run(Animator.java:104)
at java.lang.Thread.run(Thread.java:534)
I saw mention of the error in the Forum before but without any solution. What could be the problem?