Recent Update : 2008-12-18 slate theme now included in ExtGWT download
Recent Update : 2008-07-26 fixed CSS progressbar bugs
Slate theme bundled in an easy to use jar file... credit and lic goes to http://extjs.com/learn/Extension:SlateTheme
Warning : GWT/GXT users, don't follow instructions in credit link above - instructions below are for correct use...
Just addto your gwt.xmlCode:<inherits name='ext.ux.theme.slate.Slate'/>
and add the jar file to your classpath
Enable in code by adding this before rendering (ie top or close to onModuleLoad)
enjoy !!Code:ThemeManager.register(Slate.SLATE);