LayoutManager add unwanted Border Lines between nested Rectangles [message #1736745] |
Fri, 01 July 2016 08:41 |
Eclipse User |
|
|
|
Hey,
I've got a problem with LayoutManagers adding unwanted Border Lines between nested Rectangles.
Basically I defined a FigureDescriptor like this:
FigureDescriptor x
---Rectangle OuterRectangle
------LayoutManager Y
------Rectangle UpperRectangle
-------------LayoutManagerData Z1
------Rectangle CentralRectangle
-------------LayoutManagerData Z2
------Rectangle Lowerrectangle
-------------LayoutManagerData Z3
I've set Outline to false for UpperRectangle, CentralRectangle and LowerRectangle. Each of them is mapped as a Compartment.
Outline is false for OuterRectangle as well. I've tried aligning the nested Rectangles with XY Layout and BorderLayout. But everytime I get Border lines between the nested Rectangles as you can see on the screenshot.
(btw. the outline at the bottom and left is wanted, and there's no border line at the upper left, because there's a label)
Is it possible to remove those border lines? (possibly via changing code)
Thanks in advance.
|
|
|
Powered by
FUDForum. Page generated in 0.03179 seconds