Hi I\'m writing a graphics program and I\'ve been searching for a way to get the physical size of the screen being used. I can get the size of the screen in pixels and also
Try this,
Dimension dim = Toolkit.getDefaultToolkit().getScreenSize();