http://code.google.com/webtoolkit/doc/latest/DevGuideClientBundle.html
This would allow you to combine all your resources including
TableResources, Application Images, Custom Styles etc.
Make it a practise to use the styles defined in your external
stylesheets across the application and your maintenance would become
relatively easier.
~Ashwin
you can combine all the CSS into a single CSS file. For example in your
CellTable case, try changing the source to myapp.css and move the
contents of MyViewTable.css into it.
if you want to have different styles for your tables, then append the
table styles in your CSS with specific names and use the
DependentStyleName method of a Widget, to notify gwt which style has to
be applied at runtime.
I am not very sure about WindowBuilder, as I have not used it. Maybe,
will give it a try and revert.
~Ashwin