Re: full screen application window

2001-08-23 Thread Guillaume Pothier
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

Re: full screen application window

2001-08-23 Thread Luca Aurel
> > 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]

Re: full screen application window

2001-08-23 Thread Andreas Micklei
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

Re: full screen application window

2001-08-23 Thread Ulrich Hofstoetter
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