Synchronizing “Frontend” and “Backend” in Java (and SWT)
问题 Edit: So the code is actually working fine - all objects are modified as they should be. It's only the surface that seems to have issues updating itself while the method is still running... I'm working on a project atm which is basically about solving a Sokoban-riddle. Now, we've implemented both the GUI and the algorithm stuff to solve the riddle, but the connection seems to be tricky. For example, in the GUI I choose "solve" and the algorithm solves the riddle (visible in the console), but