Search code examples
javaeclipsegui-builder

Eclipse -> Java -> GUI Builder -> Can't get my UI to show properly in design mode


I am new to Java and Eclipse.

Somehow, my ui is not showing up the right way. Instead of seeing my frame, with the x to close at the top right, etc, and all the controls, I see a frame with no border.

See here: http://s7.postimg.org/miprf5ul7/Noooooooooooo.png

Here's my code: https://www.dropbox.com/s/74mltgsxcs9vjnf/PDF%20Monster.zip

I've spent countless hours working on this. Please help me restore my UI, I'm desperate.

Thank you,


Solution

  • Whenever you can't view your ui the right way look at the code to see if there's red blocks in the right side. This indicates errors that may cause this.

    In my case I had deleted a semicolon by accident somewhere...

    If you fix the errors, it should be fine. Also, you can simply try to comment out the errors to see if you can see the ui.