You can get the monitor resolution using Toolkit.getDefaultToolkit().getScreenSize() to get the monitor resolution (returns a Dimension object). I'm not sure how this type of a program would work,...