Having difficulty using GUI designer
Hi, this is my GitHub : https://github.com/pb910/BensRowingRepository this is the project that I am getting the error for.
the main method is in "helloworld.java".
basically, i follow the instructions here: http://www.jetbrains.com/idea/webhelp/creating-and-disposing-of-a-forms-runtime-frame.html
but in the "hellowworld.java" I get an error "cannot resolve symbol 'contentPane'".
What am I doing wrong?
Please sign in to leave a comment.
Hello.
Seems that the root panel of your form is bound to a field named 'panel1', not 'contentPane'. Can't say now how it's happened. Please, make sure the names are in sync.
Regards,
Alexander.