Yevhenii Nadtochii
04/17/2024, 10:05 AMsingleWindowApplication(title = "Spell Check Events") {
TextField("value", onValueChange = { })
}
Swing focuses the first element in the hierarchy automatically as the shown window gets focused. Here, I can make it with a focusRequester
.Alexander Maryanovsky
04/17/2024, 10:11 AMYevhenii Nadtochii
04/17/2024, 10:15 AM