Java gui swing | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Java gui swing

I found the java course which i dont wanna do as I already know most of those concepts including OOD concepts i am starting gui and finding it hella difficult but cant find if sololearn teaches that . Watched a few youtube videos but not as detailed and beginner friendly as I'd like Any suggestions?

28th Sep 2022, 3:30 AM
Afras m2
Afras m2 - avatar
2 Answers
+ 1
Suggestion, if you really want to develop nice GUI (desktop) apps with Java, then go with JavaFX, rather than Swing. https://openjfx.io/ For web apps, I recommend to check Vaadin framework. https://vaadin.com/ Swing is old technology, maybe it's fine to learn the basics of GUI programming, but I would not start any new project with it. I think the lessons on javatpoint look quite good for this. https://www.javatpoint.com/java-swing
28th Sep 2022, 8:26 AM
Tibor Santa
Tibor Santa - avatar
0
Sololearn doesn't cover GUI that's for sure. Have you checked out w3schools.com? They have some pretty great explanations of programming.
28th Sep 2022, 7:28 AM
Ausgrindtube
Ausgrindtube - avatar