Closed GoogleCodeExporter closed 8 years ago
The dual monitor problem is not actually a bug, we just need to set the screen
of the ScreenRegion to the area of the secondary display.
Something like this will do the trick:
screenRegion.setScreen(new DesktopScreen(1));
Where 0 is the main display and 1 is the secondary display.
Original comment by khalid3ahmed
on 22 Oct 2012 at 6:53
Original issue reported on code.google.com by
khalid3ahmed
on 21 Oct 2012 at 12:31Attachments: