InterviewSolution
Saved Bookmarks
| 1. |
Prachi is working with following swing controls:jButton, jLabel, jTextField, jCheckBox.Suggest her any two basic methods commonly available with all the four controls mentioned above. |
|
Answer» getText(), setText() |
|