I've noticed this behavior in 12.6 and also in 13. In my case, I've not had
an indefinite wait, but certainly much longer than expected and enough to
make a user think things have potentially hung.
I've noted the delay decreases after a couple of runs, so I assumed it was
something related to init
Tips:
- "jps" prints the process ids of running Java programs.
- "jstack pid" dumps the stack trace of the give pid.
The stack trace will print deadlocks, if any.
Hope this helps,
Antonio
El 19/3/22 a las 20:29, Jürgen Weber escribió:
Any tips?
--
Hi Zulfi,
You can take a look at the following tutorials:
https://docs.oracle.com/javase/tutorial/uiswing/components/dialog.html
https://netbeans.apache.org/kb/docs/java/gui-functionality.html
Hope this helps,
Antonio
El 19/3/22 a las 0:30, Zulfi Khan escribió:
How to create SampleDialog class