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()