views:

101

answers:

1

board image

the above is a board layout done by using gridbaglayout.

i would like insets of 5 pixels around the whole board but not between each label.

i scaned the api and havent come up with something that lets me do this.

does this mean i have to nest my board gui inside another gridbaglayout with the insets desired?

thank you.

+1  A: 

You could just add an empty border to the containing component

Guillaume