What are different types of layout managers in java.awt
package?
Answers were Sorted based on User's Feedback
Answer / janet
A layout manager is an object that is used to organize
components in a container.
The different layouts are available are
FlowLayout,BorderLayout,CardLayout,GridLayout and
GridBagLayout.
| Is This Answer Correct ? | 52 Yes | 8 No |
Answer / pcs
Hi Friends,
These are the common Layout managers.
FlowLayout,
BorderLayout,
CardLayout,
GridLayout,
GridBagLayout
But there are also some of Layout manager which are
used occasionally.These are...
SpringLayout,
OverlayLayout,
i read this blog and got many examples also.
just see the link below
http://yuvadeveloper.blogspot.com/2009/02/differents- layout-manager-in-java.html
| Is This Answer Correct ? | 31 Yes | 4 No |
what is stringBuffer and StringBuilder?
What are the advanatages of RMI ?
why static class in java
What is an applet?
What is table mutation and how do you avoid it?
how the mapping can be done from jsp to actionservlet?
What is the name of the state, when a thread is executing?
What is scalable, portability in the view of J2EE?
What class is used to create Server side object ?
whether the connectionpooling used in struts?
In RMI, inorder to sent the stub reference to the client, is we have to load the server object first into the memory or can we directly sent reference to the client?
What is message driven beam?