Display a warning that the specified method is simply unavailable.
(String method)
| 8286 | * Display a warning that the specified method is simply unavailable. |
| 8287 | */ |
| 8288 | static public void showMethodWarning(String method) { |
| 8289 | showWarning(method + "() is not available with this renderer."); |
| 8290 | } |
| 8291 | |
| 8292 | |
| 8293 | /** |
no test coverage detected