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.
所以基本上我决定开始一个小项目,但我注意到图像的节点在左上角。例如,x 和 y 值来自那个角。我希望他们从左下角开始。我该如何改变呢?
对不起,如果节点不是正确的名称。
JavaComponent使用左上角作为轴的原点。因此,如果它位于左下角,则需要将组件的高度添加到y坐标中。 您应该将位置设置为x, y+ component.getHeight()
Component
y
x, y+ component.getHeight()