Re: example of styling vertical panel

2010-04-16 Thread helguita
Hello! Here it is an example: in your java class... VerticalPanel verticalPanel = new VerticalPanel(); HTMLPanel w = new HTMLPanel(Greetings); w.setStyleName(vp-htmlPanel); verticalPanel.add(w); in your css:

Re: Making a simple 3 column layout?

2010-04-15 Thread helguita
Hello! We just wrote a post some days ago about how to implement this. You can find the tutorial here: http://blog.discovr.net/post/516021390/layout-your-app-using-gwt-2-0-the-way-you-want-it We built this tutorial using UiBinder, so it should be straightforward for you. Also you can download