Most modern apps provide an interactive way to push a long running operation onto a background queue. I am developing a swing application and I have implemented a simple "framework" to support that. However, I can't help but think that something like that must exist already. I have heard that Netbeans provides that, but I don't want to migrate my whole app to a new framework (besides, I use eclipse).
Here is a webstart demo of what I am talking about:
So, does such a library exist or only within some huge framework?