posted 12 years ago
I am using a DockPanel for laying out my page. I have a header at top, a footer at the bottom, and a HorizontalPanel in the middle. The HorizontalPanel consists of 2 VerticalPanels.
My problem is that there is spacing between the two VerticalPanels and I want them to touch. I can see that because I have a background color set for the two vertical panels and the colors don't bump up against each other. I've tried setSpacing(0) and that doesn't seem to make any difference.
Any ideas as to how I can get the two vertical panels to appear to touch each other?
Thank you.