fiji-hpc / hpc-workflow-manager-full

3 stars 1 forks source link

mac problems #1

Open xulman opened 3 years ago

xulman commented 3 years ago
velissarious commented 3 years ago

The first part of this issue is solved.

The TextEditor window is written in AWT like the rest of the GUI of FIJI and ImageJ, the the GUI of this plugin is written in JavaFX, the code to open the window was called in the JavaFX thread causing the program to freeze.

The TextEditor code is now called in the AWT thread which fixed the issue for mac users.