Recently I needed to find out the resolution of the monitor that is displaying my Eclipse RCP application, while I had two monitors in use. In SWT, this can easily be done using org.eclipse.swt.widgets.Monitor.getBounds(), which canbe utilized in a multi-monitor…