Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经升级到 GWT 2.7 并且还升级了我的 Eclipse 插件。在测试现有的 Web 应用程序以查看可能需要修复的内容时,我注意到我的 DatePicker 出现了问题。就好像它根本没有任何风格一样。
这是它以前的样子:
这就是它现在的样子:
看起来我的 *.gwt.xml 文件中缺少以下内容:
<inherits name='com.google.gwt.user.theme.clean.Clean'/>
现在一切都很好