Issue
Hej all,
Yesterday before finishing my work I build up my project in NetBeans and saved it. Today when I got up and open project, I got a warning like this: rel="noreferrer">http://imageshack.us/photo/my-images/812/problemez.png/.
What can I do in order to recover my GUI form? now my GUI is just in read-only mode, what is totally useless ...
Thanks!
Michal.
OK I have done it finally. For those of you who would find similar problem: 1. Create new GUI JFrame form in the same project. 2. Copy all the compoments from the previous JFRame form(in read-only mode) into the new one 3. There will be automatically created new code, now correctly. 4. Just copy all your code into the new form code.
Solution
For those of you who would find similar problem:
- Create new GUI
JFrame
form in the same project. - Copy all the components from the previous
JFrame
form(in read-only mode) into the new one - There will be automatically created new code for new form.
- Just copy all your code (your methods) into the new form code.
Answered By - MichalB
Answer Checked By - Marie Seifert (JavaFixing Admin)