1

I have Eclipse recently installed and the version is Eclipse IDE for Enterprise Java and Web Developers (includes Incubating components) Version: 2021-03 (4.19.0) Build id: 20210312-0638 OS: Windows 10, v.10.0, x86_64 / win32 Java version: 16

Windows Builder is also installed version 1.9.5 and updated

I created new Java Project and for example name it Employee. On Employee I click right click and go to the bottom where I pick other and scroll down to Window Builder and pick Swing Designer- Application window.

Source code in new created java file is ok. Everything is as it should be but when I click on Design tab all windows are blank (Structure, Pallette, Properties) and cannot build anything. As I can see while googleing many people have this problems and there was no idea how to fix it.

I tried reinstalling eclipse and window builder but no luck. source code of java class Blank Designer view updated Window Builder

Mark Rotteveel
  • 100,966
  • 191
  • 140
  • 197

3 Answers3

1

For anyone looking for answer I just realized how to fix this. Go to window builder site and install version 1.9.4. When opening new project please open in Java 11 only. Will not work in newest jdk

So project in jdk 11 and only 1.9.4 window builder version

0

version 1.9.5 has completely removed from https://www.eclipse.org/windowbuilder/download.php. Downloaded and installed the latest version Current(1.9.7).

Worked for me.

0

Update both WindowBuilder and WindowBuilder Nightly using market place then it should work fine. It worked for me , give it a try.

prateek
  • 11
  • 1