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 |
Can we have more than one action servlet?
Java is fully object oriented languages or not?
What is in-memory replication?
In real time project when will we use Abstract class. and what are the difference between abstract and interface.
6 Answers DELL, FCS, Polaris, Tanla Solutions, TCS,
Which component handles cluster communication in jboss?
What is bean? Where can it be used?
What is the relationship between local interfaces and container-managed relationships?
What is JTS?
What is the purpose of the notify() method?
what is difference between object state and behaviour?
What is preemptive and Non-preemptive Time Scheduling?
Dear freinds... I want to know how to write self mapping for a table using hibernate?