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
.
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
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
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
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
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