Answer Posted / dhanashree
The minimum size of the component, enough to display its label is known as preferred size of the component. For example, the button size should display its label with platform-specific decoration like dotted lines around the label etc. The FlowLayout manager gives the preferred size to a component.
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
What is the difference between interface & abstract class?
what is anonymous class in java?
How do you declare an array in java?
Should database connections be singleton?
how to one war file class to another war file class?
What is the meaning of I ++ in java?
Tell me how many ways are there to initialise an integer with a constant.
How does list work in java?
What do you mean by static variable?
What are exception handling keywords in java?
What is the purpose of declaring a variable as final?
How do you empty a list in java?
Which of the following is not an isolation level in the JDBC
What is type safety in java?
What is the multi-catch block in java?