You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to build Swt canvas for Eclipse application using LwjglSwtExample as a starting point.
However, when I run the example, canvases remain black - no graphics.
program flow seems ok, updates are working, etc.
Other examples seem to work correctly. I'm not sure what I need to do to have it run successfully.
The text was updated successfully, but these errors were encountered:
Hey there, it would help to have a bit more information, such as the Java version, how you are running the example, etc. I've just run from the latest head on Windows 11 (what I have on hand immediately) using Temurin JDK 21.0.4. I was also using IDEA - perhaps you have some kind of issue with SWT versions in your local Eclipse setup.
Do you have any better luck with LwjglHeadlessSwtExample or GesturesSwtExample?
I just cloned and built latest pull onto RHEL8.
I'm trying to build Swt canvas for Eclipse application using LwjglSwtExample as a starting point.
However, when I run the example, canvases remain black - no graphics.
program flow seems ok, updates are working, etc.
Other examples seem to work correctly. I'm not sure what I need to do to have it run successfully.
The text was updated successfully, but these errors were encountered: