error in compiling a gui
Answered
Error:forms: C:\Users\abhishek\IdeaProjects\MiniProject\Event Management\src\EventApp.form: Form contains components with Custom Create option but no createUIComponents() method
This is the error i am getting and not able to resolve please help me
Please sign in to leave a comment.
Disable the customCreate flag for the form or implement the createUIComponents in the Java class bound to this form.
thank you, very much sir