GWT Component Library
Collection of open-source widgets for Google Web Toolkit
Widgets:
- Canvas Widget
- Round Corners
- Simple Calendar
- RateIt Control
- Script.aculo.us Effects Integration
- Auto-Completion Textbox
- Simple XML Parser
- Hyperlink with Image
- Tooltip Listener
The souce code is licensed under LGPL 2.1 license.
You can leave your comments about this site here.
Tip:
It is easy to use the source code published on this site without changing the package names. Create a new file called User.gwt.xml in com.gwt.components package. Place the following lines in it:
<module>
<inherits name="com.google.gwt.core.Core"/>
</module>
Then add <inherits name="com.gwt.components.User"/> to your module configuration file.