hello,
when using a GLJPanel it may happen that the init() is called multiple times, since the context is recreated.
now this means that all the gl objects, like textures, shaders, displaylists and VBOs are lost. is there a way to save them? or to transport them from the old context to the new one?
thanks!