Adding two different layouts
Hi.
I wanted to add two different layouts to each others.
One will be part of the other
1st - GridBagLayout
- JTextField
- Label
will be part of
2nd - BorderLayout
- Toolbar ( PAGE_START )
- 1st layout ( CENTER )
- OK button ( PAGE_END )
What should be the 1st layout (how to add as a component) to a 2nd. Should the 1st return sth? How to connect them?

