问题
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