Replies: 8 comments 6 replies
-
Sorry for this trouble. Can you please provide your OS, the JDK you use (Oracle, ...) and the version of Eclipse ? |
Beta Was this translation helpful? Give feedback.
-
I am using macOS Mojave(Version 10.14.6). I am using Oracle JDK 17.0.1. The Eclipse version is 4.22.0. Please let me know if you need any other info to troubleshoot this issue. |
Beta Was this translation helpful? Give feedback.
-
Please attach the file that you are trying to work with. |
Beta Was this translation helpful? Give feedback.
-
I have attached one of the many files that were created with windowbuilder, but are no longer allowing me to edit using the design tab. |
Beta Was this translation helpful? Give feedback.
-
Thank you for your feeback. Can you try to uninstall WB and re-install version 19.8 : https://download.eclipse.org/windowbuilder/1.9.8/ ? Laurent |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
You can remove the bundles from the plugins directory, the dropins directory, and the bundles.info file eclipse\configuration\org.eclipse.equinox.simpleconfigurator\bundles.info Then restart with
Please note that this is unusual. |
Beta Was this translation helpful? Give feedback.
-
I don't know if my situation is the same as yours or Woah Nelly's, but I had this problem and I found a solution for it. While creating my class BoardWindow that extended JFrame, I attempted to pass in a parameter for a custom GameSimulator object I made. While updating WindowBuilder did not fix the issue, I did notice that WindowBuilder still worked fine if I created a new project. I then took out the parameter from the BoardWindow constructor and I made the GameSimulator into a singleton. After that, the WindowBuilder displayed my frame and components again! Hope this helps! |
Beta Was this translation helpful? Give feedback.
-
I am having a similar problem to #165 and #45. However, pasting old code into a new file and opening it with WindowBuilder did not fix the issue. Additionally, using the previous fix of adding "--illegal-access=permit" to the ini file is not applicable as that was already in it for me. Also re-installing the software did not help. I have attached a screenshot of the blank screen that happens both when opening a previous project w WindowBuilder and a new one. I am using JDK 17 with WindowBuilder 1.9.8. Any help would be greatly appreciated
Beta Was this translation helpful? Give feedback.
All reactions