InterviewSolution
Saved Bookmarks
| 1. |
How jLabel is different from jTextField control at run time? |
|
Answer» 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. |
|