tags:

views:

618

answers:

3
+6  Q: 

GWT 2.0 Themes?

The default GWT themes are hideous. Does anyone know where a developer can find prepackaged themes that one can just 'drop' into an app and make the app look beautiful? Even worse, GWT 2.0's new Layout widgets do not have any visual styling or themes.

Thanks,

JP

A: 

you should check out ext js' libraries. http://www.extjs.com/

nks14
Have used GXT for quite some time. Don't want to for this project.
JP
ok, maybe you'd like http://demo.vaadin.com/sampler/
nks14
As pretty as that looks, it's not related to GWT.
JP
Nachiket
A: 

There is this one too : http://code.google.com/p/smartgwt/

Armisael
Again , its a full fledged library not theme for standard GWT controls.
Nachiket
+6  A: 

Try this: http://works.sen-sei.in/gtg/

It's pretty basic, but it allows you to pick some colors then generates a GWT module in a .jar for you to include in your GWT project. Not as good looking as smartgwt or extjs, but a lot quicker.

adam