mirror of
https://github.com/DanilaFe/abacus
synced 2026-01-09 17:05:18 +00:00
Add initialization code to AbacusController
This commit is contained in:
@@ -1,5 +1,15 @@
|
||||
package org.nwapw.abacus.fx;
|
||||
|
||||
import javafx.fxml.FXML;
|
||||
import org.nwapw.abacus.Abacus;
|
||||
|
||||
public class AbacusController {
|
||||
|
||||
private Abacus abacus;
|
||||
|
||||
@FXML
|
||||
public void initialize(){
|
||||
abacus = new Abacus();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user