Dimension screenSize = Toolkit.getDefaultToolkit().getScreenSize();
Java Sun's site is down right now so I can't check but I'm guessing this is an old method since according to Eclipse, the method doesn't exist anymore. So my question is, are there any other ways to do the same thing?