-
Notifications
You must be signed in to change notification settings - Fork 32
Replies: 1 comment · 6 replies
-
|
Hm.. the stack trace is sadly not very helpful. Can you tell which property is causing issues? From what it looks like, WindowBuilder is unable to read one of them. Java 8 is also quite old. Do you see the same behavior with a recent Java version? I've also created #1005 to produce a more meaningful error message. Alternatively, can you perhaps install the nightly build and post the updated error message? |
Beta Was this translation helpful? Give feedback.
All reactions
-
|
Thanks. It looks like now too much is logged, so I might have to clean up the log message again, but at the very least the error is clear:
In short: Updating the cursor within the Customizer is at least currently unsupported. I don't think this will be overly difficult to add, but I can't say when I'll get the time to work on this. |
Beta Was this translation helpful? Give feedback.
All reactions
-
|
Thank you very much for your prompt and thorough handling of my problem. I assume you are referring to the customizer that I wrote. If so, then is there something I can do to resolve this problem? |
Beta Was this translation helpful? Give feedback.
All reactions
-
Yes. I obviously don't know what it looks like, but I assume you're calling
Outside of not setting the cursor in your customizer, probably not. But as mentioned, adding support for Perhaps you can try out tomorrows nightly build again and see whether that issue has been resolved? |
Beta Was this translation helpful? Give feedback.
All reactions
-
|
Pleasant surprise that you did the fix so quickly after you said that you didn't know when you will find time to do it. Anyway, I downloaded and installed file I believe the |
Beta Was this translation helpful? Give feedback.
All reactions
-
That is a compilation error by an exceptionally large string. I assume this is somewhere in your class? I just copy-pasting the line and get the same error in my workspace. Perhaps you can check what's going on here? The "Search customer" string doesn't seem to be properly escaped.
Yes, I've added support for Cursors, Fonts and ComponentOrientation.
Happy to hear! 😄 |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
I am using WindowBuilder 1.19, Eclipse 2025-03 with JDK 1.8.0_201 on Windows 10. I have a custom Swing component which has a custom JavaBeans customizer. Sometimes, when I close the customizer after making changes to the Swing component, WindowBuilder crashes. Here is a stack trace.
The custom Swing component is a logic component. It contains pseudo programming code which gets executed when the component's
paintmethod is invoked. In the majority of cases WindowBuilder does not crash. It only crashes consistently for about three instances of the custom component that each contain large amounts of pseudo code.Beta Was this translation helpful? Give feedback.
All reactions