removes focus moving, see #756

This commit is contained in:
hneemann 2021-05-29 18:29:41 +02:00
parent 674ba18adb
commit 5aa8e2bc27

View File

@ -18,7 +18,7 @@ import java.awt.event.WindowFocusListener;
* As soon as there are menus, buttons or similar, this listener should * As soon as there are menus, buttons or similar, this listener should
* no longer be used. * no longer be used.
*/ */
public class MoveFocusTo implements WindowFocusListener { public final class MoveFocusTo implements WindowFocusListener {
/** /**
* Adds the listener to the given child dialog and moves the focus to the given parent * Adds the listener to the given child dialog and moves the focus to the given parent