-
Bug
-
Resolution: Fixed
-
P4
-
1.2.0
-
merlin
-
generic
-
generic
The Dialog spec says the following about the setTitle() method in the
Method Detail section:
setTitle
public void setTitle(String title)
Sets the title of the Dialog.
Parameters:
title - the new title being given to the dialog
See Also:
getTitle
The fact that null is an acceptable value for the 'title' input
parameter should be stated in this method description.