Method setLabelFor(Component c)
Return type: void
Member of:
javax.swing.JLabel
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
lStatusLine.setLabelFor(this);
2
lblDescript.setLabelFor(this);
3
jl.setLabelFor(tf);
4
mLabel.setLabelFor(mTextField);
5
retrievingLabel.setLabelFor(list);
6
label.setLabelFor(field);
7
jlabel.setLabelFor(component);
8
lbl.setLabelFor(cmp);
9
label.setLabelFor(jcomp);
10
l.setLabelFor(recentSwatchPanel);
11
label.setLabelFor((Component)editor);
12
label.setLabelFor(button); // For ADO
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.