javafx11samples
javafx11samples copied to clipboard
Samples using JavaFX 11
Results
1
javafx11samples issues
Sort by
recently updated
recently updated
newest added
https://github.com/johanvos/javafx11samples/blob/2e9183d36658947d526a5ff21763d2f626d71975/topics/javafx3d/hello3d/build.gradle#L8 Consider instead: def os =System.getProperty('os.name').toLowerCase() if (os.contains('windows')) { ... } else if (os.contains('linux')) { ... } else if (os.contains('mac')) { ... }