gpt4 book ai didi

javafx 图像从 imageview 中删除

转载 作者:行者123 更新时间:2023-12-02 21:03:47 26 4
gpt4 key购买 nike

我有一个包含许多 ImageView 节点的网格 Pane 。单击 ImageView 时,我想删除图像。

 ImageView image = new ImageView("https://www.google.co.in/images/nav_logo242.png");

在一个 Action 中,我做了:

 image.setImage(null);
System.gc();

但是,我仍然看到旧的图像。

 image.getImage(); // it returns null

最佳答案

这应该有效:

image.setImage(null);

发布您的整个代码以检查错误。

关于javafx 图像从 imageview 中删除,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37018643/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com