InterviewSolution
Saved Bookmarks
| 1. |
Define Preferred Size Of A Component In Java Programming? |
|
Answer» The PREFERRED SIZE of a COMPONENT is the MINIMUM component size that will allow the component to DISPLAY normally. The preferred size of a component is the minimum component size that will allow the component to display normally. |
|