Comparing 551f62a...889241c · scijava/scijava-common
base repository: scijava/scijava-common
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 551f62a
head repository: scijava/scijava-common
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 889241c
- 1 commit
- 2 files changed
- 1 contributor
Commits on Apr 25, 2025
-
Try to be thread-safe when showing UI elements
Instead of being thread-safe in the DefaultUIService, we move the thread safety into the AbstractUserInterface itself, since each user interface is responsible for deciding how to behave. This retains the behavior of showUI being thread-safe, but also makes the other ui.show methods thread-safe as well. So now DefaultUIService doesn't need to care.