Java Layout Insets
Posted
by ikurtz
on Stack Overflow
See other posts from Stack Overflow
or by ikurtz
Published on 2010-04-25T13:43:14Z
Indexed on
2010/04/25
13:53 UTC
Read the original article
Hit count: 341
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.
© Stack Overflow or respective owner