JavaFx: How to compare values of dynamically created TextFields inside GridPane?
问题 I'm developing an application using JavaFx in which I'm creating dynamic TextFields inside a GridPane and there is a Button which is initially disabled like this: So what I want is if Column 1 TextFields values are less than Column 3 TextFields values, button should be enable like this: But let say if any of Column 3 TextField value become less than Column 1 TextField value of same row, it should disable button and show that specific TextField border in red color and when hover mouse over