| Class | Description |
|---|---|
| Complex |
Immutable complex number of the form x+bi.
|
| EventLoop |
An EventLoop can process events on a separate worker thread.
|
| Methods |
Methods contains convenience methods for method invocations using
java.lang.reflect.
|
| SequentialDispatcher |
Processes Runnable objects sequentially on a processor thread.
|
| SizeFormat |
Formats size units into a human readable string.
|
| Worker<T> |
This is an abstract class that you subclass to
perform GUI-related work in a dedicated event dispatcher.
|