What is layout in java swing?



What is layout in java swing?..

Answer / Navjot Singh

Layout managers in Java Swing are used to arrange GUI components within a container. Examples include BorderLayout, FlowLayout, and GridLayout.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Swing Interview Questions

What is the difference between invokeAndWait() and invokeLater()?

1 Answers  


What are the swing components in java?

1 Answers  


Which package is needed for swing components?

1 Answers  


What is double buffering ?

1 Answers  


how to give transparency for JComboBox,JListBox and JTable

2 Answers   TCS,


Why would you use swingutilities.invokeandwait or swingutilities.invokelater?

1 Answers  


What is pane in swing?

1 Answers  


What are the advantages of swing?

1 Answers  


Which method is used by the applet to recognize the height and width?

1 Answers  


How does accessibility works in swings?

1 Answers  


What are the two key features of swing?

1 Answers  


What is the use of double buffering in swings?

1 Answers  


Categories