: Hi is there ne1 out there who can tell me how to get a computers screen resolution. I would like to be able to add a message at the begining of my proram telling the user if there computer is not set at the optimal screen resolution.
: All help will be greatly appreciated!
:
Dimension size = Toolkit.getDefaultToolkit().getScreenSize();
Dimension and Toolkit are in the java.awt package.
---------------------------------
(Its just my sig)
HOWTO ask questions: http://catb.org/~esr/faqs/smart-questions.html