()
| 684 | /// @return true if we are currently in the event dispatch thread; |
| 685 | /// otherwise false |
| 686 | public boolean isEdt() { |
| 687 | return edt == Thread.currentThread(); //NOPMD CompareObjectsWithEquals |
| 688 | } |
| 689 | |
| 690 | /// Plays sound for the dialog |
| 691 | void playDialogSound(final int type) { |