0

I need help answering this question as I can't find the answer, if anyone could help I'd appreciate it, thanks. Full question below:

Outline how Java Swing allows the use of multiple layouts in a single JFrame based window. When would you need to use multiple layouts? Give an example to support your answer.

user3041146
  • 7
  • 1
  • 3
  • *"Give an example to support your answer"* Here is a really good one: [Nested Layout Example](http://stackoverflow.com/questions/5621338/how-to-add-jtable-in-jpanel/5630271#5630271) – dic19 Dec 18 '13 at 15:47

1 Answers1

2

It doesn't. You can nest different JPanels inside the JFrame, each with their own layout.

Dodd10x
  • 3,344
  • 1
  • 18
  • 27