Java Developer Question:
Define preferred size of a component in Java Programming?
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 three ways in which a thread can enter the waiting state in Java Programming? | What's new with stop(), suspend() and resume() methods in JDK 1.2? |