Both these features are claimed to be available in Sun's JDK1.4 beta. I
guess it will be available on blackdown's as soon as they release their
own 1.4
Guillaume
Stu Wier a écrit :
>
> How do you make a stand-alone Java application window that on start-up
>
> 1. automatically fills the entire s
>
> 2. has no border, such as the border JFrame has.
>
Try javax.swing.JWindow
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Hiho,
On Thu, Aug 23, 2001 at 08:38:38AM +0200, Ulrich Hofstoetter wrote:
> 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 sc
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.
BUT i really get angry when app