What are different types of layout managers in java.awt
package?
Answer Posted / 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 |
Post New Answer View All Answers
How database connectivity in XML is achieved?
What is clustering? What are the different algorithms used for clustering?
Difference between loadclass and class.forname?
what is an isolation level?
Explain what is synchronization?
If your ui seems to freeze periodically, what might be a likely reason?
Why use a datasource when you can directly specify a connection details?
What are externizable interface?
Is there a guarantee of uniqueness for entity beans?
For which statements does it make sense to use a label?
What is the purpose of the wait(), notify(), and notifyall() methods?
Explain how will the struts know which action class to call when you submit a form?
What is the purpose of the finally clause of a try-catch-finally statement?
when A client sent a request to the server to open facebook page and close the browser after this request .at that time the same user do login by using a different browser then that session id will exist or not for the same client??
Can you give me a simple example of using the requiredif validator rule?