Resets the calculation.
()
| 97 | * Resets the calculation. |
| 98 | */ |
| 99 | @Override |
| 100 | public void resetAnimation() { |
| 101 | stopAnimation(); |
| 102 | control.clearMessages(); |
| 103 | drawingPanel.invalidateImage(); |
| 104 | drawingPanel.repaint(); |
| 105 | enPanel.repaint(); |
| 106 | magPanel.repaint(); |
| 107 | } |
| 108 | |
| 109 | /** |
| 110 | * Method randomize |
no test coverage detected