mirror of
https://github.com/robertvokac/time-calc.git
synced 2025-03-25 07:27:49 +01:00
Added sqlite support - wip 7
This commit is contained in:
parent
6b67b4512a
commit
50142440c8
@ -535,7 +535,7 @@ public class MainWindow extends TWindow {
|
|||||||
|
|
||||||
while (true) {
|
while (true) {
|
||||||
//System.out.println("timeCalcConfiguration.handsLongProperty=" + timeCalcConfiguration.clockHandLongProperty.isEnabled());
|
//System.out.println("timeCalcConfiguration.handsLongProperty=" + timeCalcConfiguration.clockHandLongProperty.isEnabled());
|
||||||
if(!departureTextField.valueProperty.getValue().isEmpty()){
|
if(!departureTextField.valueProperty.getValue().isEmpty() && !arrivalTextField.valueProperty.getValue().isEmpty()){
|
||||||
TTime startTime = arrivalTextField.asTTime();
|
TTime startTime = arrivalTextField.asTTime();
|
||||||
TTime endTime = departureTextField.asTTime();
|
TTime endTime = departureTextField.asTTime();
|
||||||
analogClock.startHourProperty.setValue(startTime.getHour());
|
analogClock.startHourProperty.setValue(startTime.getHour());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user