Permalink: http://www.treeweb.es/u/431/
09/11/2010
Google Web Toolkit
GWT tiene varios estilos entre los que elegir (de momento 3).
El estilo a utilizar al compilar se define en el archivo /src/miproyecto/miproyecto.gwt.xml.
Para cambiar de un estilo a otro, simplemente debemos comentar el estilo actual y descomentar el estilo que queremos mostrar:
0
1 <!-- Inherit the default GWT style sheet. You can change -->
2 <!-- the theme of your GWT application by uncommenting -->
3 <!-- any one of the following lines. -->
4 <inherits name='com.google.gwt.user.theme.standard.Standard'/>
5 <!-- <inherits name='com.google.gwt.user.theme.chrome.Chrome'/> -->
6 <!-- <inherits name='com.google.gwt.user.theme.dark.Dark'/> -->
7