Tagged Questions
1
vote
1answer
266 views
How can I prevent java processes from stealing focus?
Has anyone else noticed that command line java applications in OS X create GUI processes that steal focus (ie, groovy, maven sub processes)? I'm finding it extremely annoying; probably because I've ...