問題タブ [progressmonitor]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
java - Parallel Stream with Progressmonitor opens multiple dialogs
I have a strange behavior I cannot explain.
Please have a look at this minimal example:
When executing this, you'd normally expect that a ProgressMonitor will come up and show the progress of the execution.
But this is how it really looks like:
It seems that for every parallel stream executions there is one ProgressMonitor instance extra showing up.
Is there a reason for this? How can I achieve that only one dialog shows up and shows the progress?