简体   繁体   中英

How to add an existing JInternalFrame to my Netbeans project?

Since "initComponents" methods and settings fixed, I can't find how to add an existing JInternalFrame to my Netbeans project. Can someone point me in the right directions?

You can do one of two thing:

1 - copy the files of the jInternalFrame that you want to add to the folder of the project.

2 - drag from the file explorer that you use directly to your project tab in netbeans.

In both approaches you have to be careful to copy both the .java and the .form files.

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