InterviewSolution
Saved Bookmarks
| 1. |
Which method of the Component class is used to set the position and size of a component? |
|
Answer» setBounds() method is used for this purpose. |
|