Skip to content

Instantly share code, notes, and snippets.

View ak637's full-sized avatar
🏠
Working from home

Alex ak637

🏠
Working from home
  • London, UK
View GitHub Profile
@ak637
ak637 / FVController.java
Created February 22, 2018 01:36 — forked from snarkbait/FVController.java
JavaFX Example - Future Value
package fvcalc;
import javafx.event.ActionEvent;
import javafx.fxml.FXML;
import javafx.scene.control.ComboBox;
import javafx.scene.control.Label;
import javafx.scene.control.TextField;
import logic.FVLogic;
import logic.FVLogic.CompoundType;