aspose file tools
The moose likes GWT and the fly likes Problem with padding between 2 vertical panels Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Frameworks » GWT
Reply Bookmark "Problem with padding between 2 vertical panels" Watch "Problem with padding between 2 vertical panels" New topic
Author

Problem with padding between 2 vertical panels

Ray Clark
Ranch Hand

Joined: Aug 16, 2012
Posts: 49
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.
Maneesh Godbole
Saloon Keeper

Joined: Jul 26, 2007
Posts: 8434

The setSpacing(0) is on what container? HorizontalPanel?


[Donate a pint, save a life!] [How to ask questions] [Onff-turn it on!]
Ray Clark
Ranch Hand

Joined: Aug 16, 2012
Posts: 49
Thank you, I solved my problem yesterday by using a DockPanel instead of a HorizontalPanel for the middle area of my page.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Problem with padding between 2 vertical panels
 
Similar Threads
Help sorting out what combination of layouts will provide the result I need
Layout three GWT panels Horizontally
How to remove space around JSeparator
gwt drag and drop problem
Need suggestions on my Java Project