Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error in loading component: [JFrame]->Panel - Java NetBeans

So its been a while since I last touched the GUI for this application. Today I tried to open the main form and got this error message: enter image description here

Note everything compiles/runs perfectly, I get no errors whatsoever.

like image 829
Dangerosking Avatar asked Jul 27 '26 20:07

Dangerosking


2 Answers

It might be because you used to have a custom GUI window/panel/component and you modified that class. Now the IDE does not recognize it anymore, so just press "Not editable" button when NetBeans Shows you the dialog, then perform a "Clean and Build" (the broom and hammer icon). After build completes close and reopen the IDE. It worked form me.

like image 147
Phloo Avatar answered Jul 31 '26 19:07

Phloo


It an error that append sometimes when you switch from a version to an other. I get the same issue, I got the message but all run well.

If you want more informations about the problem encoutered, go in :

(In the menu bar) View -> IDE Log

here you should see the details of the error when you get this Warning window.

like image 20
alain.janinm Avatar answered Jul 31 '26 19:07

alain.janinm



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!