What are different types of layout managers in java.awt
package?

Answers were Sorted based on User's Feedback



What are different types of layout managers in java.awt package?..

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

What are different types of layout managers in java.awt package?..

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 are different types of layout managers in java.awt package?..

Answer / bhakti

Yes

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Advanced Java Interview Questions

Explain the stub's and skeleton's functionality?

7 Answers  


What is message driven beam?

0 Answers  


what is the difference between System.out.println and out.println in java

10 Answers   CTS,


What is threadfactory?

0 Answers  


How task's priority is used in scheduling?

0 Answers   HCL,


difference between sql exception class and sql warning class

1 Answers  


Is “abc” a primitive value?

0 Answers  


Explain RMI Architecture?

0 Answers  


Write a java program to find out the sum of harmonic series : 1 + ½ + 1/3 + ……… up to nth term , for any value of n.

2 Answers  


JMS based on what technology?

1 Answers  


Whats new with the stop(), suspend() and resume() methods in jdk 1.2?

0 Answers  


What is the difference between RMI and Corba?

0 Answers   Infotech,


Categories