Unnecessary version of the function, but can't get rid of it without breaking tools and modes (they'd only require a recompile, but they would no longer be backwards compatible).
(Frame frame)
| 699 | * but they would no longer be backwards compatible). |
| 700 | */ |
| 701 | static public void setIcon(Frame frame) { |
| 702 | setIcon((Window) frame); |
| 703 | } |
| 704 | |
| 705 | |
| 706 | /** |
no test coverage detected