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.

Read All 26 Java Swing Programming Questions
Previous QuestionNext Question
Which containers use a border Layout as their default layout in swing?What method is used to specify a container's layout?