Hi
Why do we
set
ULCDialog.setDefaultCloseOperation(ULCCarinaDialog.DISPOSE_ON_CLOSE);
if
ULCDialog.dispose()
does not get called
once the dialog is hidden through
ULCDialog.setVisible(false)?
Or is the default
close operation only dealing with the user closing the dialog using the X
(close) icon?
Thanks for any
clarification.
Etienne
