Re: JDialog not visible

2001-05-23 Thread Nathan Meyers
Amol Kulkarni wrote: > Well I cant make out the reason behind this. > Now a real question :Is java 100% platform independant? I know its a > foolish question to ask after you have seen results like this. The core Java platform is platform-independent, but... - In any complicated spec, there are

Re: JDialog not visible

2001-05-23 Thread Amol Kulkarni
> 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

very small main window

2001-05-23 Thread Fengguang Song
Hi, I just installed the jdk1.3.1 and run one of my program on Redhat 7.1, But I find my program's GUI main window becomes very small. The program was run well on Redhat 6.2. Is there any guy know how to solve it? Thanks a lot for your help? Fengguang -

Re: Blackdown J2SDK 1.4 port?

2001-05-23 Thread Peter Schüller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Disregard my last message. Temporary problem :) - -- / Peter Schuller, InfiDyne Technologies HB PGP userID: 0xE9758B7D or 'Peter Schuller <[EMAIL PROTECTED]>' Key retrival: Send an E-Mail to [EMAIL PROTECTED] E-Mail: [EMAIL PROTECTED] Web: http://w

Re: Blackdown J2SDK 1.4 port?

2001-05-23 Thread Peter Schüller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > Since Sun released their J2SDK 1.4 beta today. *fights to regain breath* Wow. I had no idea until I read this message. Unfortunately, the link at Sun's page yields a Permission Denied error at this time. Does anyone have a direkt link to the Su

Re: JDialog not visible

2001-05-23 Thread Uncle George
Follow-up, the minimization to the scroll-bar did not happen in jdk1.2.2, just FYI. /gat Amol Kulkarni wrote: > Hi, > Following is a code which i use to invoke a JDialog on Red Hat 7.0 -- To UNSUBSCRIBE, email to [EMAIL PROTEC

Blackdown J2SDK 1.4 port?

2001-05-23 Thread Jim Hazen
Since Sun released their J2SDK 1.4 beta today. I was wondering when and if Blackdown would release their port. I've always found the Blackdown VMs to be of the highest quality, and would really like to use them over Sun's. But I would also like 1.3.1 and 1.4.0 support. I hear that 1.3.1 suppor

Re: JDialog not visible

2001-05-23 Thread Uncle George
I have also encountered the same "symptom", when a file dialog menu was shown for a second time. The first time presented it it displayed. The second, and all other times is was created 'minimized' ( i.e. on the task bar ). This, I think, is a bad interaction between the awt & the motif used to d

Re: j2sdk 1.3.0 for sparc-linux?

2001-05-23 Thread Alex Buell
On Wed, 23 May 2001, Johan Vos wrote: > 1.3 is running on sparc-linux but not packaged yet. I will try to > package it before JavaOne. Thanks, you're going to make me a very happy man. I'll even test it for you ;o) Alex. -- Man throws egg at Widdecombe: snarling winged beast-creature stinking

Re: j2sdk 1.3.0 for sparc-linux?

2001-05-23 Thread Johan Vos
Alex, 1.3 is running on sparc-linux but not packaged yet. I will try to package it before JavaOne. - Johan On Wed, 23 May 2001, Alex Buell wrote: > I really /need/ j2sdk 1.3.0 running on sparc-linux to run some java > clients on my sparc box, what's the status on this one? The last news item >

j2sdk 1.3.0 for sparc-linux?

2001-05-23 Thread Alex Buell
I really /need/ j2sdk 1.3.0 running on sparc-linux to run some java clients on my sparc box, what's the status on this one? The last news item dates back to September 2000 and there's been nothing new since. I do have j2sdk 1.2.2, but this doesn't seem to work with the client I'm using. I'm reall

Re: Blackdown JDK1.3.1?

2001-05-23 Thread Juergen Kreileder
On Fri, 18 May 2001, Scott Langley wrote: > Hi Blackdown Developers. > > Will you be releasing a version of JDK1.3.1 with maybe some of the > deficiences of Sun's just-released version corrected? Yes. Although it might take a couple of days more because there are some stability problems with H

Re: Java on Linux talks at Javaone?

2001-05-23 Thread Juergen Kreileder
On Wed, 23 May 2001, ed phillips wrote: > Is Calvin or anyone else giving any talks on their work to get > the latest JDK and Hotspot going on Linux? > > Calvin sent some intriguing hints about the work he had to do > to get Hotspot performing well on Linux, but I'd like more info > or even docu

Re: Problem with nvidia driver 1.0 in linux (redhat 7.1) (fwd)

2001-05-23 Thread Juergen Kreileder
On Sun, 20 May 2001, Michael Walton wrote: > -- Forwarded message -- > Date: Sun, 20 May 2001 01:01:55 -0400 (EDT) > From: Michael Walton <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Problem with nvidia driver 1.0 in linux (redhat 7.1) > > Hi, > I am new to this list

Java on Linux talks at Javaone?

2001-05-23 Thread ed phillips
Hi all, Is Calvin or anyone else giving any talks on their work to get the latest JDK and Hotspot going on Linux? Calvin sent some intriguing hints about the work he had to do to get Hotspot performing well on Linux, but I'd like more info or even documentation on it. Also, who is using native

Re: JDialog not visible

2001-05-23 Thread Joi Ellis
On Wed, 23 May 2001, Amol Kulkarni wrote: > 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 perf

Re: JDialog not visible

2001-05-23 Thread Nathan Meyers
Amol Kulkarni wrote: > 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

JDialog not visible

2001-05-23 Thread Amol Kulkarni
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 reaso