OK, not 100% thread related but this is the closest forum.
My Java App displays a slideshow. Some slides are movies, not just pictures. Playing movie is OS-dependant.
On Mac OS X I exec () VLC to play the file.
This launched behind my app, so I added --video-on-top to the command line. Fixed that.
However VLC is still not foremost App - keypresses still go to my app.
Question: How can I launch an external process (bundled App) in foreground (or so it receives keypresses)?