0 votes
in JavaFX by
How can we create a text node in JavaFX?

1 Answer

0 votes
by

In javaFX, we can create a text node by using its package javafx.scene.text. Example

Text text = new Text();

Related questions

0 votes
asked May 5, 2022 in JavaFX by sharadyadav1986
0 votes
asked May 5, 2022 in JavaFX by sharadyadav1986
...