IntelliJ Idea GUI Forms: Null Layout

陌路散爱 提交于 2021-01-28 02:03:31

问题


Hey all, I'm migrating from Netbeans to IntelliJ. Now I'm trying to create a GUI form, and, unlike Netbeans, IntelliJ doesn't let you use a "Null Layout". Is there any way to put JComponents inside of a JFrame without using some wierd layout?

Sorry if I'm using incorrect terminology--hope you understand my question :)


回答1:


If you want null layout in IDEA (which is not recommended anyway), you can use the JFormDesigner.



来源:https://stackoverflow.com/questions/6092727/intellij-idea-gui-forms-null-layout

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