> Hello
>
[quoted text clipped - 4 lines]
> in setSize(), but how do I maximize it like you minimize it by using
> setState(Window.ICONIFIED)
I suspect you might find your answer if you
check the 'see also' part of the JavaDocs for
setState()..
HTH
--
Andrew Thompson
* http://www.PhySci.org/ Open-source software suite
* http://www.PhySci.org/codes/ Web & IT Help
* http://www.1point1C.org/ Science & Technology
Bj?rn Kristian Larsen - 05 Feb 2004 13:59 GMT
> > Hello
> >
[quoted text clipped - 10 lines]
>
> HTH
No. Maby I have an old API, but the 'see also' part contains only
getState( )
Andrew Thompson - 05 Feb 2004 14:27 GMT
>>> Hello
>>>
>>> I wonder if it is pissible to maximize a window (JFrame) at
>>> start-up. (using Windows)
...
>> I suspect you might find your answer if you
>> check the 'see also' part of the JavaDocs for
>> setState()..
...
> No. Maby I have an old API, but the 'see also' part contains only
> getState( )
It is sounding like it, I was looking at
the docs for 1.4.0. Have a look at
the online docs..
http://java.sun.com/j2se/1.4.2/docs/api/
That should explain a bit more.
--
Andrew Thompson
* http://www.PhySci.org/ Open-source software suite
* http://www.PhySci.org/codes/ Web & IT Help
* http://www.1point1C.org/ Science & Technology
Thomas Fritsch - 05 Feb 2004 14:51 GMT
Andrew Thompson schrieb:
>Bjørn Kristian Larsen wrote:
>
[quoted text clipped - 13 lines]
>setState()..
>
I suspect you refer to
http://java.sun.com/j2se/1.4.2/docs/api/java/awt/Frame.html#setState(int)
where method setExtendedState(int) is mentioned.
This method is available in 1.4, but not in 1.3.
See http://java.sun.com/j2se/1.3/docs/api/java/awt/Frame.html#setState(int)
>HTH
>
[quoted text clipped - 4 lines]
>* http://www.1point1C.org/ Science & Technology
>
______________________________________________________
Thomas <dot> Fritsch <at> ops <dot> de