Java Swing Programming Question:

What is the preferred size of a component?

Tweet Share WhatsApp

Answer:

The preferred size of a component is the minimum component size that will allow the component to display normally.

Download Java Swing Programming PDF 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?