Hi. Is it possible in Java (or any other language?) to detect if there's an available external screen (on VGA or DVI) and start the screen, and send graphics (text and stuff) to it.
An example: In Powerpoint, if you have an external screen connected, and you go "live" or start the presentation, it will show on the external screen.
I'm working on an app where it should be possible to show different values and info (that changes over time) on an external screen. I'm sure there are other program out there to do that, but now I'm soon done anyways, all I need is to add the external screen feature..
Is this something that differs on Windows, Linux and OS-X?