RE: Fwd: Re: Java/Linux at JavaOne

2001-06-18 Thread thanhnam_java

Dear All
Have you got the J@Whiz test program for Java 2 Platform?
Could you help me having J@Whiz?
Thank
Nam

-Original Message-
From: David Brownell [mailto:[EMAIL PROTECTED]]
Sent: Friday, June 01, 2001 6:10 AM
To: Christopher Smith
Cc: [EMAIL PROTECTED]
Subject: Re: Fwd: Re: Java/Linux at JavaOne


I may have missed this ... will this be covering GCJ?

Compiled Java has some nice advantages.  Including
more natural and efficient integration with native code,
as well as faster startup and the ability to do some
aggressive ahead-of-time optimizations, and working
better with standard OS tools (RPM etc).

- Dave



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




RE: JDialog not visible

2001-06-18 Thread thanhnam_java

Dear All
Have you got the J@Whiz test program for Java 2 Platform?
Could you help me having J@Whiz?
Thank
Nam

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Amol Kulkarni
Sent: Wednesday, May 23, 2001 7:51 PM
To: [EMAIL PROTECTED]
Subject: JDialog not visible


Hi,
Following is a code which i use to invoke a JDialog on Red Hat 7.0
using blackdowns jdk1.2.2. But the Dialog doesn't seem to be visible.
I see that it is being created at the status bar,but it still doesn't
show up
The same code works perfectly well on Windows NT. Can anybody tell me
the reason behind it.
Note: The following code is in an applet.
/*Code Start*/
JDialog npd=new JDialog(Dialog d,String s);
npd.show();
npd.setSize(250,250);
/*Code End*/

Q)Why there is diference between presentation of applets in windows
and linux?

Thanks and Regards
Amol






--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]