“create new visual classes” button not clickable on eclipse

佐手、 提交于 2019-12-10 18:07:40

问题


I installed a new GUI designer software, and than restarted eclipse as requested but when eclipse reopened I couldn't click the "create new visual classes" button. it's clickable but it doesn't do anything. I have to click it in order to install the toolkit and to create a new jframe.

I downloaded the GUI designer from the following link:https://developers.google.com/eclipse/docs/download

and I used the tutorial to install it in this link:http://www.youtube.com/watch?v=8kSjGNcKYDI

my eclipse is Kepler version.

How can I finish installing the GUI designer (and use it)


回答1:


The version of the GWT Designer included in the GPE is a slimmed down version that does not include things like creating UI classes from the Eclipse menus.

If you want this functionality, you need to install the full GWT Designer from here:

http://dl.google.com/eclipse/inst/d2gwt/latest/4.3

Note that I did just verify that this still allows opening the desired UI class creation wizards, but I have not verified that it works with GWT 2.6. I think that it should work in GWT 2.6.1 but cannot guarantee that. I've used it successfully with GWT 2.5.1.



来源:https://stackoverflow.com/questions/20983481/create-new-visual-classes-button-not-clickable-on-eclipse

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!