This commit is contained in:
parent
7ea476fd08
commit
a6d9d723e8
1 changed files with 4 additions and 0 deletions
|
@ -67,4 +67,8 @@ public class ClientBoot {
|
||||||
window.waitForClose();
|
window.waitForClose();
|
||||||
return data;
|
return data;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public void focus() {
|
||||||
|
window.requestFocus();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue