Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

GWT 2.0 Themes?

Tags:

java

css

themes

gwt

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

like image 895
JP Richardson Avatar asked Dec 26 '09 08:12

JP Richardson


1 Answers

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.

like image 198
adam Avatar answered Oct 11 '22 18:10

adam