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 would you create a button with rounded edges?
What do you need to set-up a cluster with jboss?
For which statements does it make sense to use a label?
A user of a web application sees a jsessionid argument in the URL whenever a resource is accessed. What does this mean? a. The form must have the field jsessionid b. URL rewriting is used as the session method c. Cookies are used for managing sessions
Are there books about seam?
What is the difference between the session.get() method and the session.load() method?
What if the static modifier is removed from the signature of the main method?
What restrictions are placed on the values of each case of a switch statement?
What value does read() return when it has reached the end of a file?
Why use a datasource when you can directly specify a connection details?
Why does the option tag render selected=selected instead of just selected?
If I wanted to use a solarisui for just a jtabbedpane, and the metal ui for everything else, how would I do that?
If we opened Windows Internet Explorer 4 times, does it starts 4 processes or 4 threads?
What is a sessionfactory? Is it a thread-safe object?
What is re-entrant. Is session beans reentrant. Is entity beans reentrant?