Help with / Tutorial for Styling for GWT Beginners

2011-04-12 Thread PM
Hi everyone! I am new to GWT and am having a hard time finding any good tutorials focused especially on teaching styling with GWT. The few examples I've found provided by Google are rather paltry, and don't really explain much. Some things I'm trying to do would be: - Change the global font sty

Re: Help with / Tutorial for Styling for GWT Beginners

2011-04-11 Thread Soon Fatt Hoo
Paul, If you look into Java Doc for CellTable, you should able to see the default css style for CellTable. @ImportedWithPrefix("gwt-CellTable") public interface Style extends CssResource { /** * The path to the default CSS styles used by this resource. */ String DEFAULT_CSS =