How do I use BorderLayout with Netbeans Matisse

4.9k views Asked by At

I decided to change the layout on my component in Netbeans GUI builder (aka Matisse).

enter image description here

Now it has completely screwed up my panel. I want to add a main panel to the center (ie default), and then add other components to the left or the right, however in Netbeans I don't see any option in the builder to add something NORTH, SOUTH etc.

1

There are 1 answers

3
nachokk On BEST ANSWER

Go to the desired component and right-click in properties then layout and then select the desired direction.

enter image description here