Clears data from drawing objects within this frame. The default method does nothing. Override this method to select the object(s) and the data to be cleared.
()
| 356 | * and the data to be cleared. |
| 357 | */ |
| 358 | public void clearData() { |
| 359 | } |
| 360 | |
| 361 | /** |
| 362 | * Clears data and repaints the drawing panel within this frame. |