Public Member Functions | |
| Window (final Env env) | |
| synchronized void | init () |
| the first call to this method will display the edit window and block until user has finished editing | |
Protected Member Functions | |
| synchronized void | done () |
| call this method to end the editing session. | |
Protected Attributes | |
| boolean | _done = false |
| boolean | _init = false |
| File | _lastFile = null |
|
|
call this method to end the editing session. This function is called from a JButton. |
1.3.7