Process « Component « Java Swing Q&A





1. Embed Swing components from a separate Java/Swing process    stackoverflow.com

I've been asked to investigate the possibility of embedding Swing components from separate Java/Swing processes into a different process. Think Chrome. Essentially we would want to take the "top" level component ...

2. Updating Swing components before running a process    forums.oracle.com

I had high hopes for this but it didn't work either. Another thing I noticed... jButton1 stays depressed while regedit is running and doesn't pop back up until I close it. It seems as if anything to do with the Swing components suspend completely. It's obviously the p.waitFor() causing it to happen since its sole purpose is to suspend the current ...