The DisplayDevice Class of the com.ms.awt package handles display devices.
public class DisplayDevice extends Device { // Constructors public DisplayDevice(Graphics g) throws DeviceException; // Methods public int getBltAlignment(); public Dimension getDesktopResolution(); public int getVerticalRefresh(); }
Device | +--DisplayDevice