Smart GWT的Eclipse插件

时间:2011-03-19 13:07:29

标签: eclipse eclipse-plugin smartgwt

如何使用Smart GWT在Eclipse中创建“Hello world Application”?

Eclipse for Smart GWT是否有任何插件?如果是,那么我们如何安装呢?

2 个答案:

答案 0 :(得分:2)

这个tutorial对于让我开始使用smartGWT非常有用。它提供了一个小指南,用于设置eclipse以编程SmartGWT以及如何制作一个小型的第一个项目。

答案 1 :(得分:0)

只需将原始GWT事件替换为:

import com.smartgwt.client.widgets.events.ClickEvent;
import com.smartgwt.client.widgets.events.ClickHandler;

我发现我必须在兼容模式下运行IE 9.0以使按钮正常工作,但它在Chrome中工作正常,所以希望他们能尽快解决这个问题。

相关问题