◐ Shell
reader mode source ↗
Skip to content
Permalink
base repository: scijava/scijava-common
base: main
...
head repository: scijava/scijava-common
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Apr 25, 2025

  1. 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.
    ctrueden committed Apr 25, 2025
    Copy the full SHA
    889241c View commit details
    Browse the repository at this point in the history
Loading