Which function returns size of frame object?
Aki Laukkanen - 26 Sep 2005 16:08 GMT
> Which function returns size of frame object?
*shrugs* getSize()?
<http://java.sun.com/j2se/1.4.2/docs/api/java/awt/Frame.html>
It inherits the getSize() method from java.awt.component.
(Supposing you meant java.awt.Frame?)
Please *do* take a look at the API docs before asking something like this.

Signature
-Aki "Sus" Laukkanen
Roedy Green - 26 Sep 2005 22:37 GMT
>Which function returns size of frame object?
getSize, getBounds

Signature
Canadian Mind Products, Roedy Green.
http://mindprod.com Again taking new Java programming contracts.
Andrew Thompson - 27 Sep 2005 03:38 GMT
> Which function returns size of frame object?
Your subject says 'site', are you talking about frames
based web pages?
E.G. <http://www.physci.org/codes/showdoc/>
If yes, do you mean JavaScript?
<http://www.physci.org/codes/javafaq.jsp#js>