Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前正在使用 javafx.scene.text.Text 添加笔触并更改文本颜色,但我需要将文本放在指定 X、Y 位置的图像上。有什么办法可以用我目前使用的 javafx 文本来做到这一点?或者我还能用什么来复制我所做的事情?
将您的 ImageView 放在 Stackpane 中,并在视图顶部放置一个包含您的文本的组,并设置相应的 X/Y 坐标。