Is there a way for Java applet to detect on which monitor it is currently displayed, in case of multi-monitor setup? Basically I need to know the screen resolution of the monitor which shows my java applet.
Any ideas?
Is there a way for Java applet to detect on which monitor it is
Share
Should return a Rectangle holding the resolution of the screen that the Applet is on.
JavaDocs for GraphicsConfiguration.getBounds().