Display a warning that the specified method is not implemented, meaning that it could be either a completely missing function, although other variations of it may still work properly.
(String method)
| 8306 | * variations of it may still work properly. |
| 8307 | */ |
| 8308 | static public void showMissingWarning(String method) { |
| 8309 | showWarning(method + "(), or this particular variation of it, " + |
| 8310 | "is not available with this renderer."); |
| 8311 | } |
| 8312 | |
| 8313 | |
| 8314 | /** |
no test coverage detected