bookmark

Asynchronous Operations in Swing


Description

This article looks thread management in a Swing GUI. There's more to success than simply spinning up background threads for long-running operations: you need to get the results of these operations back to the user, control the sequencing of not-quite-independent operations, and provide feedback to the user while the operation is running.

Preview

Tags

Users

  • @schmidt2

Comments and Reviews