Re: Java3D and 'main()'

1999-07-09 Thread Nathan Meyers
rogram was executed with green threads. > > Dave > ------ > From: Nathan Meyers [SMTP:[EMAIL PROTECTED]] > Sent: Thursday, July 08, 1999 10:50 AM > To: Rob Nugent > Cc: [EMAIL PROTECTED] > Subject: Re: Java3D and 'main()' > > Rob Nugent wrote

RE: Java3D and 'main()'

1999-07-09 Thread David Blankley
. Being displayed once. The program was executed with green threads. Dave -- From: Nathan Meyers [SMTP:[EMAIL PROTECTED]] Sent: Thursday, July 08, 1999 10:50 AM To: Rob Nugent Cc: [EMAIL PROTECTED] Subject: Re: Java3D and 'main()' Rob Nugent wrot

Re: Java3D and 'main()'

1999-07-08 Thread Nathan Meyers
Rob Nugent wrote: > > Many thanks to everyone who answered me on this issue. Nathan managed to put me on >the > right track: > > The window was indeed visible until main() exited (I think I neglected to say this >in my original post). > > I was running with jdk1.2pre1 with green threads. Movi

Re: Java3D and 'main()'

1999-07-08 Thread Rob Nugent
Many thanks to everyone who answered me on this issue. Nathan managed to put me on the right track: The window was indeed visible until main() exited (I think I neglected to say this in my original post). I was running with jdk1.2pre1 with green threads. Moving to native threads solved the pro

Re: Java3D and 'main()'

1999-07-07 Thread jools enticknap
Ops Sorry. Forget this post, I just noticed that you did have setVisible( true ) in your code. Time to crawl under a stone !!! --Jools >From: jools enticknap <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED], [EMAIL PROTECTED] >Subject: Re: Java3D and 'main()' >Dat

Re: Java3D and 'main()'

1999-07-07 Thread jools enticknap
Hi Rob I would suggest that you add win.setVisible( true ) after initialization in order to get AWT to manage the window. Regards --Jools >From: Rob Nugent <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Java3D and 'main()' >Date: Wed, 07 Jul 1999 15:57:05 +0100 > >I am sure that the