I've been Googling for a while and can't seem to find any relevant information on this.
I have a PC with a single video card, displaying to an LCD monitor.
I would like to add a second video card which supports HDMI, and have that display on my HDMI television.
I would then like to create a
Java Swing application which will use that video card (and display on the TV).
Can anyone please provide me some idea of where to start?
From within the Swing application, can I tell it which video card to use? Is this something I need to set in the VM arguments somehow?
The Java application is going to be a service that will be run (eventually) on a headless PC, so I don't want to have to interact with it manually to get it to display on the "tv" monitor.
Thanks for any pointers,