简体   繁体   中英

How can I import a java swing class into the GUI builder of intellij?

I have a eclipse project with some swing GUI form in it, and now I want to try IntelliJ for this project. Those swing forms were built under window builder plugin in eclipse, and I've only got one single *.java file.

Is there any plugin I can use to modify these swing forms under IntelliJ?

You can use the Form Snapshot feature to capture the structure of a dialog in your running application and save it as a .form file in the format of the IntelliJ IDEA IDEA UI Designer.

Note that the UI Designer does not support all possible Swing layout managers; you would not be able to edit the form if it uses an unsupported layout manager.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM