Log in

View Full Version : Can someone make something similar to this?



codebreaker
09-05-2006, 06:46 AM
If someone could make something simalar to what is seen on http://code.google.com/webtoolkit/documentation/examples/kitchensink/demo.html
,
that would be greatly appreciated.:cool:

Twey
09-05-2006, 03:26 PM
I think the point is that it's easy to do using the GWT :)

codebreaker
09-08-2006, 06:58 AM
whats the GWT?

codeexploiter
09-08-2006, 07:18 AM
GWT => Google Web Toolkit

Twey
09-08-2006, 09:25 PM
Yes. It's essentially Java libraries and a compiler with a twist: it compiles down to Javascript.

Viajante
09-14-2006, 02:23 PM
Just go here http://code.google.com/webtoolkit/documentation/examples/kitchensink/ and download it :).
Then you can change the code for whatever you want.