英文:
In the Eclipse WindowBuilder editor, the Design tab isn't showing anything
问题
当我在Java项目中创建一个JFrame时,它在“源代码”部分显示了所有代码,但当我切换到“设计”部分时却什么都没有显示?希望能得到一些关于如何获取整个界面的帮助,在那里你可以自定义GUI界面。
英文:
When I create a jframe within a java project it shows me all the code in the Source part but when I go to Design it shows nothing? Would like some help on how to get the whole interface where you customise the GUI.
答案1
得分: 1
这是Eclipse 2020-09版本的一个已知问题,已经得到了修复(参见Eclipse bug 567071)。
要更新到WindowBuilder 1.9.4,可以通过Eclipse Marketplace或通过Help > Install New Software...,并使用更新站点http://download.eclipse.org/windowbuilder/latest/
进行更新。
英文:
That's a known issue of the Eclipse 2020-09 release which is already fixed (see Eclipse bug 567071).
Update to WindowBuilder 1.9.4 either via the Eclipse Marketplace or via Help > Install New Software... and working with the update site http://download.eclipse.org/windowbuilder/latest/
.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论