Method setText(String t)
Return type: void
Member of:
javax.swing.text.JTextComponent
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
_table._detailTextArea.setText("");
2
closure_result_area.setText("");
3
metrics_result_area.setText("");
4
_table._detailTextArea.setText("");
5
statusText.setText("Home");
6
chatTextField.setText("");
7
area.setText("");
8
matchField.setText("");
9
if (val == null) txtField.setText("Null");
10
jTextArea1.setText("");
11
setText (o.toString());
12
setText(value);
13
t.setText(welcomeMessage);
14
setText(formatter.format(value));
15
tf_counter.setText(""+FileNameFormat.counter);
16
jTextArea_message.setText( message );
17
this.msg.setText(message);
18
timefield.setText(time);
19
this.txtUserId.setText(userID);
20
setText( BSFDateFormatter.getDateEditingString( p_date ) );
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.