Re: Sun JDK1.3.1 does not load JITs

2001-08-23 Thread Albrecht Kleine
Hi, > > java -classic -Djava.compiler=any_jit_at_right_place MainClass > > > > will always fail, even if the JIT is okay and located at the right > > Sun doesn't register the native implementation for > java.lang.Compiler.initialize() in their 1.3.1. > Our 1.3.1 does. Yes, thanks,

java3d and mesa 3.5

2001-08-23 Thread Ricardo Mantilla
Hi all, I just install mesa 3.5 and XFree86-4.1.0 and all my java3D applications are crashing when I try to close them, even the demo applications. Is this a known issue? I there a solution? Thanks, Ricardo Mantilla University of Colorado at Boulder -

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