java - Robot focus in minimized frame -


i'm using @ moment robot class of awt library java frame.

but when minimize frame, robot still type , using mouse in application isn't written in java.

how can set focus on frame , when minimize, it'll still continue?

how can set focus on frame , when minimize, it'll still continue?

you can't. design minimized frame not have, , cannot get, focus.

you might able 'hack it' making frame go transparent when asked minimize, though block input window behind it, , fail if in front.


Comments

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -