Set a particular button to be active.
(int what)
| 516 | * Set a particular button to be active. |
| 517 | */ |
| 518 | private void activate(int what) { |
| 519 | if (buttonImages != null) { |
| 520 | setState(what, ACTIVE, true); |
| 521 | } |
| 522 | } |
| 523 | |
| 524 | public void activateRun() { |
| 525 | activate(RUN); |
no test coverage detected