Design and Implementation in JavaFX by Rishabh Gupta.
β JDK Version >= 11
β JavaFX Version >= 11
π₯ Open the ColorSwitch folder as the project in IntelliJ Idea
π₯ Go to ```File > Project Structure > Project Settings > Libraries``` and add the path to the ```JavaFX > lib```
π₯ Refer to this link for clarification
π₯ Also add ```ColorSwitch/resources/libraries/controlsfx-8.40.14.jar``` to libraries
π₯ Go to ```Run > Edit Configurations``` and add the following to ```VM Options``` -
β β β β β```--module-path ${PATH_TO_FX} --add-modules=javafx.controls,javafx.fxml```
β ```--add-exports=javafx.base/com.sun.javafx.event=ALL-UNNAMED```
β ```--add-modules javafx.controls,javafx.media```
π₯ Run ```ColorSwitch/src/sample/Main.java```
All contributions are welcome and appreciated. π
BYE!

Rishabh Gupta Β©οΈ

