, new KeyValue(contImg.imageProperty(), cartas.get(0).getImg())), new KeyFrame(javafx.util.Duration.ONE, new KeyValue(contImg.imageProperty(), cartas.get(2).getImg())),
我对Java和OOP很陌生,并且在向tableview列中添加图像时陷入了困境。代码似乎有效,我可以看到学生的名字正确,但图片没有显示在列中。我得到了这个错误,无法理解如何使它工作:WARNING:Can not retrieve property 'picture' in PropertyValueFact