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?
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
0
Sololearn doesn't cover GUI that's for sure.
Have you checked out w3schools.com? They have some pretty great explanations of programming.