Since Visual Editor is no longer supported in newer versions of eclipse, I am trying to make the switch to WindowBuilder.
It seems that I should just be able to open a panel created in Visual Editor in WindowBuilder and all components should display, but this does not seem to be the case. All components sizes seem to come in as 0px x 0px and even after changing this, the components still do not show up in the preview window.
All components are custom that extend the standard JComponent (such as JLabel).
I am not sure if the problem is some sort of incompatibility, the fact that I am using custom components and containers, or a problem with my WindowBuilder installation (or something else!). Does anyone have any insight? I would be much appreciated! :)
After working on this problem for some time I have found out what was causing the errors. It seems that Visual Editor was a bit more forgiving when parsing the code to display the preview.
My issues with Window Builder generally stemmed from the following things:
After fixing these problems, I did not have to recreate any of my GUI screens in Window Builder