Hi
I need to capture an opengl window.
The application I want to capture is not Java, but opengl.
My first approach was just to capture the screen which works quite well. But if some other windows overlaps the opengl window this approach fails.
I know that using c++ it is possible to capture an opengl window by using e.g. GLC (http://nullkey.ath.cx/projects/glc/wiki). The opengl window can be covered by another window, but capturing still works.
Is it possible to do this with java too?
Thanks