Answer:
The look and feel of a GWT application can be customized via CSS files. Each widget in GWT can be given a HTML \"div\" container and can therefore be individually styled by CSS. You use the Java method setStyle(String s) for this.
Previous Question | Next Question |
Explain what are Modules, Entry Points and HTML Pages in GWT? | How to run GWT application? |