Do a calculation.
()
| 77 | * Do a calculation. |
| 78 | */ |
| 79 | @Override |
| 80 | public void calculate() { // Does a calculation |
| 81 | /** @j2sNative debugger; */ |
| 82 | control.println("Calculate pressed"); |
| 83 | control.setValue("counter", counter); // show value |
| 84 | control.setValue("dt", dt); // show value |
| 85 | } |
| 86 | |
| 87 | /** |
| 88 | * Reset the program to its initial state. |