What is the preferred size of a component?

Answers were Sorted based on User's Feedback



What is the preferred size of a component?..

Answer / iram zaib

preferred size of a component is the minimum size at which
it display normally

Is This Answer Correct ?    57 Yes 9 No

What is the preferred size of a component?..

Answer / ranganathkini

When frames or containers are designed using layout
managers, each layout manager imposes certain rules on how
the components within the container must be placed and
sized. Components cannot impose their required size on the
layout manager hence they use the "preferred size" attribute
to suggest to the layout manager of what wud be the ideal
size/location to display them.

The layout manager looks at the preferred size requested by
the components while laying them out in the container. If
the preferred size can be given to the component without
violating the layout manager's rules then the layout manager
uses the preferred size for that component.

Is This Answer Correct ?    37 Yes 14 No

What is the preferred size of a component?..

Answer / 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

More Core Java Interview Questions

What is mean by UML? what is the use? where we are using?

1 Answers   Eka Software,


What is the difference between access specifiers and access modifiers in java? 16

0 Answers  


What are the main features of java?

0 Answers  


How use .contains in java?

0 Answers  


What is the difference between a break statement and a continue statement?

0 Answers  






What are conditionals and its types?

0 Answers  


Explain creating threads by implementing runnable class?

0 Answers  


How does split work in java?

0 Answers  


A person says that he compiled a java class successfully without even having a main method in it? Is it possible?

0 Answers  


What is pangram in java?

0 Answers  


When a lot of changes are required in data, which one should be a preference to be used? String or stringbuffer?

0 Answers  


How many types of equations are there?

0 Answers  


Categories