GUI of java? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

GUI of java?

Hi! Is the GUI of java available? I cannot find the add and drop control of java (like text fields, buttons).

18th Jan 2019, 6:38 PM
Aleena
4 Answers
+ 9
Unfortunately, as I see there are no GUI available in sololearn code playground.
18th Jan 2019, 11:42 PM
Ahlin Chan
Ahlin Chan - avatar
+ 5
Yes, there's a lot of Java GUI frameworks. For example, JavaFX, Java Swing.
18th Jan 2019, 6:45 PM
just trying to think
just trying to think - avatar
+ 1
Is it available in solo learn ? If yes, how do i use it? Thankyou .
18th Jan 2019, 8:19 PM
Aleena
+ 1
Here is some good IDE for java coding (i use Netbeans myself): https://blog.idrsolutions.com/2015/03/the-top-11-free-ide-for-java-coding-development-programming/ Here you can find Java swing tutorial how to create GUI, you will also find for example text fields, buttons and more: https://www.javatpoint.com/java-swing
20th Jan 2019, 1:47 AM
JavaBobbo
JavaBobbo - avatar