Disappearing Panel

B

bruce

I am using NetBeans IDE 6.9.1

I had a JPanel named, pnlOther. Note: I did say the "I had a panel."
It has "disappeared". It does NOT show up in my list of components
under the "Inspector." I can search my source code and if references
to pnlOther.
Here is one, which is the object instantiation.
pnlOther = new javax.swing.JPanel();

This panel had 3 labels and 3 ComboBoxes located on it.

I tried to delete, via Refactor, by No Joy!! Either I can't do it that
way or I did it wrong.

Where is my panel? How can it be in my source code listing and not
listed via the "Inspector?" How can I fix this problem?

Thanks....

Bruce
 
B

bruce

I am using NetBeans IDE 6.9.1

I had a JPanel named, pnlOther. Note: I did say the "I had a panel."
It has "disappeared". It does NOT show up in my list of components
under the "Inspector."  I can search my source code and if references
to pnlOther.
Here is one, which is the object instantiation.
pnlOther = new javax.swing.JPanel();

This panel had 3 labels and 3 ComboBoxes located on it.

I tried to delete, via Refactor, by No Joy!! Either I can't do it that
way or I did it wrong.

Where is my panel? How can it be in my source code listing and not
listed via the "Inspector?"  How can I fix this problem?

Thanks....

Bruce

I found it!! Somehow, something called OtherComponents was created.
My panel got located into this.

Thank

Bruce
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,770
Messages
2,569,584
Members
45,075
Latest member
MakersCBDBloodSupport

Latest Threads

Top