Issue
The bug is hard to explain so I will add images to show my problem. As you can see in the provided picture the interface is completely empty. Does anyone know how to fix this? I have reinstalled eclipse and the addon multiple times and tried plenty of online tutorials but to no success.
Also, the code that was used is the base JPanel code that is generated when selecting it from the "New -> Other -> JPanel"
Solution
Well here is a way to fix this:
- reinstall eclipse
- set JDK compliance to 11
- Add JRE System library 1.7
- Install WindowBuilder (You may be forced to use 1.9.4 or 1.9.5 for compability, download it from their website and use )
- This should get you set to go :D
In case your get any kind of errors use the marketplace to update your WindowBuilder and that should fix it.
Answered By - Alen
Answer Checked By - Mary Flores (JavaFixing Volunteer)