Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-dev] multi-monitor support

max.nam@xxxxxxxxxxxx:
> couldn't find it in the bugs, but are there any plans to support 
multiple
> monitors?

Java supports one monitor per object via 'synchronized' blocks/methods ;-)

To get info about multiple hardware monitors, just search bugzilla 
summaries for "multi monitor" or look at org.eclipse.swt.widgets.Monitor.

Please post such questions to the *newsgroups*, in this case probably 
eclipse.platform.swt (depending on what exactly you are looking for).

Markus


Back to the top