I have a JFrame with JTable. When I click a row in JTable another GUI process is started with Runtime.getRuntime().exec(...), e.g. "notepad.exe". However that new window appears not in foreground, but below my swing window. How to start a new process window and bring it to top?
(WindowsXP, jre 1.6_12)
