I am writing a JAVAFX program and there are some random blockers which happen sometimes. But I've totally no idea where it comes and how to solve this issue.
Like the picture below, there should be 2 buttons but 2 blank areas block the button(even mouse events cannot be passed) and I cannot see anything. Some blank areas blocked GUI
Since it is randomly generated, I've no idea how to debug to find them..Can someone give me some suggetions?
Really thanks a lot!!!
Edit: Does someone know why all animations in JavaFx program become lag after specifying -Dprism.order=sw?