I preferred working on Linux, so doing the development in Java assured
that I could effortlessly work with developers that used Windows. Three
levels of Java MultiPlatform Support are available: Standard, Premium,
and PremiumPLUS.
Although you can call the get method from the EDT, this method will
block until the worker thread is done. You should call this method only
when you know the results are available so that the user will not have
to wait for results. Using SwingWorker, your application can launch a
worker thread to perform the queries asynchronously and quickly return
to business on the EDT. This method runs on an initial or startup
thread.
Although you can call the get method from the EDT, this method will
block until the worker thread is done.
PermalinkLike this post?
One nice side effect of doing sothat I’ve often encountered is that
delegation helps to support loosecoupling.