Java Swing Programming Question:
What is the preferred size of a component?
Answer:
The preferred size of a component is the minimum component size that will allow the component to display normally.
Previous Question | Next Question |
Which containers use a border Layout as their default layout in swing? | What method is used to specify a container's layout? |