+ 5
Can someone show me an example of smiley(emoji) in JAVAFX?
I just start to learn JavaFX and have a hard time drawing emoji. Can someone show me an example of emoji like this: https://ibb.co/hVrP3L? So far I got this: https://code.sololearn.com/c1IRmnkPVc6Q Thanks for any help!
3 ответов
+ 2
I don't think it is supported in SoloLearn's code playground.
+ 1
The other way is draw them by yourself using geoms like Ellips2D Line and Polygon
0
You can add them to your application as images.