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

how team leaders assign work for the team member like through papers,word document

1 Answers   TCS,


Is it possible to stop the execution of a method before completion in a sessionbean?

0 Answers  


How would you create a button with rounded edges?

0 Answers  


What is the purpose of the notifyall() method?

0 Answers  


How task's priority is used in scheduling?

0 Answers   HCL,






How many JSP scripting elements and what are they?

4 Answers   TCS,


What will happens, when a thread cannot acquire a lock on an object?

2 Answers  


What is Stream Tokenizer?

0 Answers   TCS,


Wt is the main difference between Java and Java J2EE and Advanced java?

5 Answers   Wipro,


difference between Abstract and Interface?

2 Answers   HCL, Infotech,


How many layers are there in RMI and what are they?

1 Answers  


what is the life cycle of jsp?

1 Answers   HCL, ITC Infotech,


Categories