Created
August 20, 2022 19:25
-
-
Save NotArchon/9be687639bb0c4003f598dce89280db9 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.discrypto.client.scenes; | |
import javafx.fxml.FXML; | |
import javafx.scene.control.Button; | |
import javafx.scene.layout.Pane; | |
public class StrategyScene { | |
@FXML public Pane pane; | |
@FXML public Button backtest_button; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment