Multiple windows

Hi everybody.



I have problem. I would like to accomplish multiple separating camera monitors with jME2.0. Multiple cameras monitor in single window was possible, but I can't separate  from main window.



Do you have any ideas?



Thanks

i do that already. just open a double sized window (preferrably fullscreeen) that spans both monitors and then draw one camera content to the viewport up to 0.5 and the other from 0.5 to 1.0

Hi dhdd,



Thank you very much for your reply.

To be honest, I also could have displayed multiple cameras' contents by following the similar way you mentioned (i.e. convert cameras' contents as java.awt.Image and then put them on one JFrame).



However, what I would like to find out is, how to put camera contents on separated one JFrame window without converting them as java.awt.Image. In other words, I would like to show camera contents as jME components, such as Quad, on separated JFrame window.



Is there any ways to do like this?

I really appreciate to know about it.



Please let me know if there are any questions.



Best regards,

soh