>>>>> Carlos Alberto Roman Zamitiz writes:
Carlos> My AlertDialog hasn't main method because it's included in
Carlos> an applet. The applet's code creates an instance of
Carlos> AlertDialog and then, appears the AlertDialog which is a
Carlos> modal and no-resizable dialog. On LINUX, the modal-dialog
Carlos> mode works fine but no-resizable-dialog mode fails. On
Carlos> Win32, the modal-dialog mode fails but noresizable-dialog
Carlos> mode works fine, Why?
It fails on Solaris too (the Linux port is based on the Solaris JDK):
The native implementation for Dialog.setResizable only worked for some
window managers.
It's a know bug and it's fixed in JDK 1.1.7v1 which will be released
soon.
Juergen