Set statusLabel.text

This commit is contained in:
Ben Carman 2020-04-09 12:06:29 -05:00
parent 09399f1349
commit 172eef84ca

View file

@ -41,6 +41,7 @@ object WalletGUI extends JFXApp {
private val statusLabel = new Label {
maxWidth = Double.MaxValue
padding = Insets(0, 10, 10, 10)
text <== GlobalData.statusText
}
private val resultArea = new TextArea {