fixed README.md
This commit is contained in:
@@ -22,12 +22,12 @@ you'll build a pricing plans page — the kind you see on every modern SaaS webs
|
|||||||
---
|
---
|
||||||
|
|
||||||
## 🛠️ Your TODO List
|
## 🛠️ 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
|
* There is an extension for better JavaFx CSS support in **vscode-extension** folder
|
||||||
* You can install that with this command on your IntelliJ terminal:
|
* You can install that with this command on your IntelliJ terminal:
|
||||||
> code --install-extension "vscode-extension\css-helper-for-javafx-1.0.1.vsix"
|
> 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**
|
* (Optional) Also after that open your VS Code press `CTRL+SHIFT+P`, enter `user settings`, open **settings.json**
|
||||||
and finally add this line:
|
and finally add this line there:
|
||||||
> "css.lint.vendorPrefix": "ignore",
|
> "css.lint.vendorPrefix": "ignore",
|
||||||
|
|
||||||
### 1️⃣ Main.java
|
### 1️⃣ Main.java
|
||||||
|
|||||||
@@ -10,6 +10,8 @@ public class Controller {
|
|||||||
|
|
||||||
private boolean isDark = true;
|
private boolean isDark = true;
|
||||||
|
|
||||||
|
// TODO: (Optional) Create initialize function and use it to set prices during runtime.
|
||||||
|
|
||||||
@FXML
|
@FXML
|
||||||
private void buyBasic() {
|
private void buyBasic() {
|
||||||
// TODO: Call showAlert() with a message indicating the user entered the payment gateway
|
// TODO: Call showAlert() with a message indicating the user entered the payment gateway
|
||||||
|
|||||||
Reference in New Issue
Block a user