This commit is contained in:
PaulK 2023-02-23 20:32:59 +01:00
parent 2997a7cd0f
commit 26a6db0ca4

View File

@ -307,8 +307,8 @@ public class Einzelansicht extends JFrame implements TableModelListener, ActionL
case "einf":
Hinzufügen d = new Hinzufügen(r, tab);
d.setVisible(true);
this.setAutoRequestFocus(false);
this.setFocusable(false);
this.setFocusableWindowState(false);
break;
case "änd":
break;