What is a layout manager?
Answers were Sorted based on User's Feedback
Answer / harika.thota001@gmail.com
A layout manager is an object that implements the LayoutManager interface and determines the size and position of the components within a container
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / anonymous
Can be used in AWT/SWING
It is an object defines how you arrange object in a content
pane.
Many types.
Flow LM
Card LM
Grid LM
contentpane ct = getContentPane();
ct.addLayoutManager();
---NOT SURE ?? addLayoutManager() OR addLayout();----
| Is This Answer Correct ? | 0 Yes | 1 No |
how i secure my site with the https protocol.what are the steps?
In a multitiered application which tier is the browser in?
Why RMI required an interface?
what we can't do in jdbc but can do hibernate?
How many times may an objects finalize() method be invoked by the garbage collector?
can a static method be overridden
What method is invoked to cause an object to begin executing as a separate thread?
Describe, in general, how java's garbage collector works?
What is the need of serialize?
What are the implicit objects?
Is the session factory thread safe?
what is domain,give me some brief information about that?