![]() |
Java
1.0
|
The applet includes an "Abort Program" button. More...
The applet includes an "Abort Program" button.
When the user clicks this button, an exception of type AbortException should be thrown and this will abort the program. Actually, the exception will only be automatically thrown the next time some IO is done in the applet, so if your program computes for a long time without doing any input or output, the abort button's effect will be delayed until some IO is done, or until the TextIOApplet::checkAbort method is called.
Definition at line 153 of file TextIOApplet.java.