"No cookie for you" type messages. Nothing fatal or all that much of a bummer, but something to notify the user about.
(String title, String message)
| 2168 | * much of a bummer, but something to notify the user about. |
| 2169 | */ |
| 2170 | static public void showMessage(String title, String message) { |
| 2171 | BaseNoGui.showMessage(title, message); |
| 2172 | } |
| 2173 | |
| 2174 | |
| 2175 | /** |
no test coverage detected