error in compiling a gui
已回答
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
请先登录再写评论。
Disable the customCreate flag for the form or implement the createUIComponents in the Java class bound to this form.
thank you, very much sir