ScreenResolution

is there any class or method or even an interface to getthe screen resolution of the working platform ?thanks in advance
[141 byte] By [TheInsider] at [2007-9-30 20:06:13]
# 1
To get the dimensions of the screen, use:java.awt.Toolkit.getDefaultToolkit().getScreenSize()There's also a getScreenResolution() method which returns the resolution of the screen in DPI.
philip_ross at 2007-7-7 0:52:18 > top of Java-index,Administration Tools,Sun Connection...