我想要做的是:JavaFX的綁定標籤textProperty多個屬性的變化
我有一個JavaFX的窗口,我總是被拖動corners or the sides
改變寬度和高度它。 I want when the width or height are changing
那麼Label
的文本有以下格式:
~Width=[here the width of the Window],Height[here the height of the Window]~
例子:
~Width=[1300],Height=[600]~
我想這樣做,使用綁定和不使用2(二)ChangeListeners
。
I am trying:
label.textProperty().bind(I am stack here on how to do this...);
我也看過這個問題JavaFX bind to multiple properties
O_O很好,謝謝!第一次我看到'MessageFormat'類。 – GOXR3PLUS