Skip to content

Instantly share code, notes, and snippets.

@NotArchon
Created August 20, 2022 19:25
Show Gist options
  • Save NotArchon/9be687639bb0c4003f598dce89280db9 to your computer and use it in GitHub Desktop.
Save NotArchon/9be687639bb0c4003f598dce89280db9 to your computer and use it in GitHub Desktop.
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