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 |
Why do threads block on i/o?
how can we load a file of a user in the database table?
How database connectivity in XML is achieved?
Do we need to override service() method
Dear freinds... I want to know how to write self mapping for a table using hibernate?
If we opened windows notepad 4 times, does it starts 4 processes or 4 threads?
Is there a guarantee of uniqueness for entity beans?
difference of inheritance and interface
diff between jsp include directive and jsp action include?
What event results from the clicking of a button?
Difference Between getRequest and PostRequest?
Describe responsibilities of Activator?