diff --git a/README.md b/README.md index 51170da..97a2440 100644 --- a/README.md +++ b/README.md @@ -22,12 +22,12 @@ you'll build a pricing plans page — the kind you see on every modern SaaS webs --- ## 🛠️ Your TODO List -### 0️⃣ Install VS Code extension for JavaFx Extension +### 0️⃣ Install VS Code extension for better JavaFx CSS Support * There is an extension for better JavaFx CSS support in **vscode-extension** folder * You can install that with this command on your IntelliJ terminal: > code --install-extension "vscode-extension\css-helper-for-javafx-1.0.1.vsix" -* (Optional) Also after that open your VS Code press `CTRL+SHIFT+P`, enter `default setting`, open **settings.json** -and finally add this line: +* (Optional) Also after that open your VS Code press `CTRL+SHIFT+P`, enter `user settings`, open **settings.json** +and finally add this line there: > "css.lint.vendorPrefix": "ignore", ### 1️⃣ Main.java diff --git a/src/main/java/workshop/Controller.java b/src/main/java/workshop/Controller.java index 207b77d..3092fab 100644 --- a/src/main/java/workshop/Controller.java +++ b/src/main/java/workshop/Controller.java @@ -10,6 +10,8 @@ public class Controller { private boolean isDark = true; + // TODO: (Optional) Create initialize function and use it to set prices during runtime. + @FXML private void buyBasic() { // TODO: Call showAlert() with a message indicating the user entered the payment gateway