Quantcast
Channel: Dual screen application - Stack Overflow
Browsing latest articles
Browse All 3 View Live

Answer by joey rohan for Dual screen application

If i am not wrong,this eg may help you. 1st position your frames on each screen devices. frame1.setLocation(pointOnFirstScreen); frame2.setLocation(pointOnSecondScreen); to maximize:...

View Article



Answer by dsgriffin for Dual screen application

You need to take a look at the GraphicsDevice API, you can find a great example there. Sourced from Oracle: In a multi-screen environment, the GraphicsConfiguration objects can be used to render...

View Article

Dual screen application

I have to run an application in dual screen mode. How can I run the application on both screen as independent window but sharing the same application model?

View Article
Browsing latest articles
Browse All 3 View Live




Latest Images