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 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?
Amol,
Some more context would be helpful. This behavior may be dependent on
something you're not showing; can you provide a complete, small program
and indicate how you run it?
As for your question about different presentation, again - some more
detail please... are you talking about the look and feel of the GUI, the
JDialog display problem, or something else entirely?
Nathan
>
>
> 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]