I have simple java application
main(){
Robot robot = new Robot();
Thread.sleep(5000);
}
It grabs focus from my other java application when i run it on macosx. Can i prevent it? It is also possible to paste Toolkit.getDefaultTookit instead of Robot with same effect.