Computer Science, asked by himadrisahu114, 2 months ago

What is the difference between J label and J text field?​

Answers

Answered by ashishredhu96
1

Answer:

jLabel is an un-editable control, used to display text or information at run time

jTextField control is an editable control where user can type in characters at run time.

Answered by sakash20207
0

jLabel is an un-editable control, used to display text or information at run time while JTextField control is an editable control where user can type in characters at run time.

Similar questions