mirror of
https://github.com/robertvokac/time-calc.git
synced 2025-03-25 07:27:49 +01:00
patch20
This commit is contained in:
parent
898d39d22b
commit
3a7490372d
@ -333,6 +333,8 @@ public class MainWindow extends TWindow {
|
|||||||
.bindTo(timeCalcConfiguration.lifeTypeProperty);
|
.bindTo(timeCalcConfiguration.lifeTypeProperty);
|
||||||
progressLife.birthDateProperty
|
progressLife.birthDateProperty
|
||||||
.bindTo(timeCalcConfiguration.lifeBirthDateProperty);
|
.bindTo(timeCalcConfiguration.lifeBirthDateProperty);
|
||||||
|
progressLife.visibleProperty
|
||||||
|
.bindTo(timeCalcConfiguration.lifeVisibleProperty);
|
||||||
}
|
}
|
||||||
add(progressLife);
|
add(progressLife);
|
||||||
TLabel arrivalTextFieldLabel = new TLabel("Arrival:", 70);
|
TLabel arrivalTextFieldLabel = new TLabel("Arrival:", 70);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user