About screen resolution?
Hey, can anyone tell me how to adjust screen resolution in an application such that web pages fit to every monitor?
Hey, can anyone tell me how to adjust screen resolution in an application such that web pages fit to every monitor?
?
I am thoroughly confused by your question. It seems like you want to tackle this problem the wrong way around, a web page should be able to render on all resolutions you want to support, you do not start adjusting screen resolutions :s
> just add in you web pages
> This site is best shown in this resolution
That's so 90's...a better way would be to make the site so it displays nicely in multiple resolutions.
Below API may help
http://java.sun.com/j2se/1.5.0/docs/api/java/awt/Toolkit.html#getScreenResolution()