multiple windows?

Started by NateS, February 13, 2010, 09:51:43

Previous topic - Next topic

NateS

I have a swing app where I use LWJGL to draw on an AWT canvas. I now have the need to draw using LWJGL on two canvases. Both are visible to the user at the same time. Is this possible?

Thanks!

spasi

This has been asked recently, here.

NateS

Thanks, I got the start of it working. :)