How to specify insets

I can't find the Insets property of any control. How do I set this property
from the UI designer so that I can add spaces between my controls.


0
Avatar
Permanently deleted user

Hello David,

DH> I can't find the Insets property of any control. How do I set this
DH> property from the UI designer so that I can add spaces between my
DH> controls.

If you're using the "GridLayoutManager (IntelliJ)" layout manager, you can
wrap your control in a container and specify margins for the container. If
you're using JGoodies Forms, you can add a spacer row or column and specify
its size.

--
Dmitry Jemerov
Software Developer
http://www.jetbrains.com/
"Develop with Pleasure!"


0

请先登录再写评论。