I know, Java is platform-independent, and desktop isn't present in all
system, so this what i want to do isn't proper in Java. But I assume, that
my aplication will be run on some window system. So, is it possible to get
width and height of system desktop?
Eric Sosman - 13 Aug 2007 17:18 GMT
ereuseen wrote On 08/13/07 12:07,:
> I know, Java is platform-independent, and desktop isn't present in all
> system, so this what i want to do isn't proper in Java. But I assume, that
> my aplication will be run on some window system. So, is it possible to get
> width and height of system desktop?
See the java.awt.Toolkit class.

Signature
Eric.Sosman@sun.com
Roedy Green - 14 Aug 2007 03:10 GMT
>I know, Java is platform-independent, and desktop isn't present in all
>system, so this what i want to do isn't proper in Java. But I assume, that
>my aplication will be run on some window system. So, is it possible to get
>width and height of system desktop?
see
http://mindprod.com/jgloss/coordinates.html#SCREENSIZE

Signature
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com