0
Is it possible to have an openGL viewport in a JFrame?
I am making an LWJGL game and I am wondering if it is possible to use a JFrame for the viewport.
2 ответов
+ 2
Do you want to use OpenGL inside of a jframe window?
+ 2
I would recommend using Display or GLFW depending on what version if LWJGL youre using.