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

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

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

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