multi-monitor support?

F

Flip

I've been reading around the web about how C# support multiple monitors,
they have a method which enumerates the monitors. How does Java do this? I
tried googling around a bit but wasn't able to come up with much. Any
ideas?

Thanks.
 
B

Boudewijn Dijkstra

Flip said:
I've been reading around the web about how C# support multiple monitors,
they have a method which enumerates the monitors. How does Java do this? I
tried googling around a bit but wasn't able to come up with much. Any
ideas?

There is no "monitor" in Java terminology, it's called "raster screen",
which is one of the possible types of GraphicsDevice, which are part of a
GraphicsEnvironment, of which the configuration can be described by a
GraphicsConfiguration. Look for these three classes in the java.awt
package.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,266
Messages
2,571,087
Members
48,773
Latest member
Kaybee

Latest Threads

Top