2

I'm new to Netbeans environment. I want to check the existing project code with different formulas. Each class have Jframes. if i right click the jframe and click refactor finally copy the file in another name. i get below message. enter image description here

Please help me out this problem.

1
  • You were most likely using the NetBeans GUI editor (or GUI GUI editor if you will). Another file is created which contains the XML code to tell NetBeans what code to autogenerate - you need to copy this XML too. Commented Sep 23, 2015 at 15:17

1 Answer 1

1

if i understand correctly ,

go to your project then right click on jframe class >> refactor >> copy

then give a new name.then new class will be created and you can edit it from visual editor also.

1)

enter image description here


2)

enter image description here

3)


enter image description here

Sign up to request clarification or add additional context in comments.

2 Comments

Thank you so much your reply. i did what u say. it works correctly
@user3264793 i'm happy .you can accept my answer if it's the answer

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.