Skip to content

Commit 5aa8e2b

Browse files
committed
removes focus moving, see #756
1 parent 674ba18 commit 5aa8e2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/de/neemann/digital/gui/components/graphics/MoveFocusTo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* As soon as there are menus, buttons or similar, this listener should
1919
* no longer be used.
2020
*/
21-
public class MoveFocusTo implements WindowFocusListener {
21+
public final class MoveFocusTo implements WindowFocusListener {
2222

2323
/**
2424
* Adds the listener to the given child dialog and moves the focus to the given parent

0 commit comments

Comments
 (0)