Method setTitle(String title)
Return type: void
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 iconDialog.setTitle("Selected Area Unit Visibility");
2 setTitle( "JMSN Information" );
3 optionDialog.setTitle("Advanced flat file options");
4 advancedDialog.setTitle("Change password");
5 dlg.setTitle("Bestätigung");
6 dialog.setTitle("Cached");
7 dialog.setTitle("Description Editor");
8 dlg.setTitle("Löschen bestätigen");
9 iAboutDialog.setTitle("About...");
10 setTitle("Error");
11 this.setTitle("About");
12 setTitle("Confirm File Overwrite");
13 setTitle("Ordinal scale editor");
14 this.setTitle("About");
15 setTitle("Description");
16 about.setTitle("About FOA");
17 this.setTitle("About");
18 iconDialog.setTitle("All Unit Visibility");
19 setTitle("Exception thrown");
20 this.setTitle("Connection Parameters");
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.