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.
我的问题很简单。在 ImageView 中,图像位于左上角。我希望它在中心。有没有办法做到这一点?
注意:我的问题不是问如何将 ImageView 放在它的父级中,就像这个 Android question一样,而是在ImageView中将实际图像居中。
提前致谢。
没有“图像位于左上角”之类的东西。JavaFX ImageView有一个名为viewport的属性,它定义了图像的哪些部分是可见的。所以你不能重新定位图像本身 - 你必须重新定义它的视图。