Method getTitle()
Return type:
java.lang.String
Member of:
java.awt.Frame
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
UICoordinator uic = (UICoordinator) locations.get(frame.getTitle());
2
titleField.setText(frame.getTitle());
3
Help hlp = new Help (Env.getFrame(this), this.getTitle(), sb.toString());
4
if (getTitle().equals("Results")) {
5
String oldTitle = frame.getTitle();
6
if (title.equals(frame.getTitle()))
7
StringBuffer sb = new StringBuffer(getTitle());
8
me.addAttribute("title", this.getTitle());
9
if(((Frame)getSource()).getTitle() != null) {
10
title = getTitle();
11
title = getTitle();
12
chooser.setDialogTitle(Msg.getMsg(m_ctx, "Export") + ": " + getTitle());
13
String title = frame.getTitle();
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.