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 座標が設定されたテキストを含むグループを配置します。