Method getTitle()
Return type:
java.lang.String
Member of:
java.awt.Dialog
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
Installer.err.log("Early-opened modal dialog: " + w.getName() + " [" + ((Dialog)w).getTitle() + "]");
2
buf.append(((Dialog)it.next()).getTitle());
3
IJ.showMessage(getTitle(), "\""+item+"\" is not a valid choice for \""+label+"\"");
4
if(((Dialog)getSource()).getTitle() != null) {
5
+" Dialog: \""+getTitle()+"\"\n"
6
String title = getTitle();
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.