Re: Screen Resolution



Abdelali Adil wrote:
...
how can i listen to screen's resolution change?

I do not know of any 'event' fired in case of screen resolution
change, but you might start a Thread (or Runnable or
javax.swing.Timer) and check the screen resolution against
a cached 'last known size'.

Why is it important to know?

BTW - the word 'I' should always be uppercase, and each
sentence should also start with a single upper case letter.

--
Andrew Thompson
http://www.physci.org/

Message posted via http://www.javakb.com

.