Compute the value to be returned by the get method.
()
| 81 | * Compute the value to be returned by the <code>get</code> method. |
| 82 | */ |
| 83 | public abstract Object construct(); |
| 84 | |
| 85 | /** |
| 86 | * Called on the event dispatching thread (not on the worker thread) |