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.
...
I'm writing an windforms application using .NET (actually IronPython, but that's not relevant), and I have a CheckedListBox object in my GUI.
It's working fine, it has about 20 items in a multicolumn layout. But I can't figure out how to give the thing a nice internal margin--I want to insert around 20 or 30 pixels of whitespace ar...
Hello,
I am very much impressed by the "inset" like effect in many latest websites. Some examples are
and
The line in the center. Nowadays, many websites use these kinds of lines/effects.
I tried to achieve the same with borders but the color combination is not working me and it is not proper.
Do other websites use images for th...
Hi All !
We all know that in interfacebuilder you can set an inset to an NSTextView.
But in my case I needed to create it programaticly whitch is ok but I cannot find a way to define an Inset for the text so it's always on the top left corner of my textview and as I have a background picture for this textview I would like the text to be...