vote up 2 vote down star
1

I would like to be able to emulate the functionality of the "Presenter Tools" in MS Office. This requires the program to be able to detect and use an external/secondary monitor/projector.

Could somebody please point me in the right direction for achieving this.

I would like to use Java 1.5

Thankyou.

flag

3 Answers

vote up 4 vote down check

Through the GraphicsEnvironment class you can get information about the available screens on the computer. In the docs for GraphicsDevice there is a basic example showing how to get and use the screen information.

link|flag
vote up 0 vote down

I don't know, as I have only one screen... But I know the Most Pixels Ever library: it is a Java library for Processing, but I suppose it uses standard Java stuff to do that, the Processing part being only for easy interface.

link|flag
vote up 2 vote down

It really depends on the GUI API you are planning.

For AWT, see John Meagher's post.

For SWT, you can look at Display.getMonitors() for a starting point.

link|flag
GraphicsEnvironment is for Swing also, not only AWT – Oscar Reyes Oct 29 '08 at 22:25

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.