()
| 1022 | |
| 1023 | |
| 1024 | static public void showChanges() { |
| 1025 | // https://github.com/processing/processing/issues/1558 |
| 1026 | if (!Base.isCommandLine()) { |
| 1027 | Platform.openURL("https://github.com/processing/processing4/wiki/Changes-in-4.0"); |
| 1028 | } |
| 1029 | } |
| 1030 | |
| 1031 | |
| 1032 | // . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . |
no test coverage detected