(String[] args)
| 281 | } |
| 282 | |
| 283 | public static void main(String[] args) { |
| 284 | Logger.messageCustom("EXITCODE", "Starting up! Hello, world!"); |
| 285 | launch(args); |
| 286 | } |
| 287 | |
| 288 | public static Font loadFont(String fontName, double fontSize) { |
| 289 | if (fontName == null) { |
nothing calls this directly
no test coverage detected