The functionality provided by GUIKit has been superseded by the interface construction and controls functions native to the built-in Wolfram Language.

GUIKit Example: ThreadedCounter

Code

Example

This example demonstrates how you can use the InvokeThread option of user interface functions to allow user interface updates to be visible when performing a long Wolfram Language calculation by threading the calculation and ensuring that user interface update requests occur on the event dispatching thread.