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 |
Explain the stub's and skeleton's functionality?
What is message driven beam?
what is the difference between System.out.println and out.println in java
What is threadfactory?
How task's priority is used in scheduling?
difference between sql exception class and sql warning class
Is “abc” a primitive value?
Explain RMI Architecture?
Write a java program to find out the sum of harmonic series : 1 + ½ + 1/3 + ……… up to nth term , for any value of n.
JMS based on what technology?
Whats new with the stop(), suspend() and resume() methods in jdk 1.2?
What is the difference between RMI and Corba?