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]

Reply via email to