简体   繁体   中英

Unable to import self-made classes into IntelliJ GUI designer form's corresponding class

I am currently unable to use any classes that I have written into the IntelliJ GUI Designer form's corresponding class unless they are within the same package. I already invalidated IntelliJ's caches with no change. Anyone know what's going on here? 在此处输入图片说明

EDIT: Crud. Anything within the maingui package cannot view any self-made classes outside of it now.

Changing the source folder to a generic package and back to the source folder fixed it. Don't ask me why. I don't know.

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