Stu Wier wrote:
> 
> How do you make a stand-alone Java application window that on start-up
> 
> 1. automatically fills the entire screen on whatever system it is on;
There is a System Property containing the screen width an height, read
it and resize your Window.

<matter of taste on>
BUT i really get angry when applications try this shit and unless i
really
(and i mean really) need this tool, it will be kicked after 5 minutes.

Rethink your layout, use layout managers and stay away from this shit.
</matter of taste off>
> 
> 2. has no border, such as the border JFrame has.
> 
I don't think this is possible without the use of JNI.


-- 
Dipl.-Inf. Ulrich Hofstötter
Visual Analysis AG
Neumarkter Str. 87
D - 81673 München

Tel: (+49)89-431981-38
Fax: (+49)89-431981-1
e-mail: [EMAIL PROTECTED]
www:    http://www.visualanalysis.com


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to