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 

0

Disable the customCreate flag for the form or implement the createUIComponents in the Java class bound to this form.

1
Avatar
Permanently deleted user

thank you, very much sir

0

请先登录再写评论。