Set a particular button to be active.
(int what)
| 537 | * Set a particular button to be active. |
| 538 | */ |
| 539 | private void deactivate(int what) { |
| 540 | if (buttonImages != null) { |
| 541 | setState(what, INACTIVE, true); |
| 542 | } |
| 543 | } |
| 544 | |
| 545 | public void deactivateRun() { |
| 546 | deactivate(RUN); |
no test coverage detected