Display a warning that the specified method is simply unavailable.
(String method)
| 8293 | * Display a warning that the specified method is simply unavailable. |
| 8294 | */ |
| 8295 | static public void showMethodWarning(String method) { |
| 8296 | showWarning(method + "() is not available with this renderer."); |
| 8297 | } |
| 8298 | |
| 8299 | |
| 8300 | /** |
no test coverage detected