TableCell not applied consistently
问题 When running the program below, the TableCell is not applied (the numbers are left aligned instead of right aligned). Clicking on the "Change Values" button corrects the alignment. Using jdk1.8.0-ea-b114 Am I missing anything obvious or is it a bug? import java.util.Arrays; import javafx.application.Application; import javafx.beans.property.DoubleProperty; import javafx.beans.property.SimpleDoubleProperty; import javafx.geometry.Pos; import javafx.scene.Scene; import javafx.scene.control