[java] Can I import javafx classes for using GUI methods here in Sololearn's Code Playground? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

[java] Can I import javafx classes for using GUI methods here in Sololearn's Code Playground?

... or only works for text-based programs?

14th Feb 2017, 8:02 PM
MartĂ­n Lehoczky
MartĂ­n Lehoczky - avatar
2 Answers
+ 5
No, Java GUI frameworks don't work at the playground.
14th Feb 2017, 8:11 PM
Tashi N
Tashi N - avatar
+ 3
JavaFX is included in the jdk and the jre. IDE compiles the code and then runs it (needs jdk to compile and jre to run), same as you would do via console. Just install the jdk and an IDE you like and you've got everything you need.
14th Feb 2017, 8:27 PM
Tashi N
Tashi N - avatar