About screen resolution?

Hey, can anyone tell me how to adjust screen resolution in an application such that web pages fit to every monitor?

[122 byte] By [Vinodbhai@suna] at [2007-11-27 10:46:55]
# 1

?

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

gimbal2a at 2007-7-28 20:21:40 > top of Java-index,Java Essentials,Java Programming...
# 2

just add in you web pages

This site is best shown in this resolution

Yannixa at 2007-7-28 20:21:40 > top of Java-index,Java Essentials,Java Programming...
# 3

> 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.

-Kayaman-a at 2007-7-28 20:21:40 > top of Java-index,Java Essentials,Java Programming...
# 4

Below API may help

http://java.sun.com/j2se/1.5.0/docs/api/java/awt/Toolkit.html#getScreenResolution()

sino_yonga at 2007-7-28 20:21:40 > top of Java-index,Java Essentials,Java Programming...