(Frame frame)
| 632 | // breaking tools and modes (they'd only require a recompile, but they would |
| 633 | // no longer be backwards compatible. |
| 634 | static public void setIcon(Frame frame) { |
| 635 | setIcon((Window) frame); |
| 636 | } |
| 637 | |
| 638 | |
| 639 | /** |
no test coverage detected