+ 3

Why there is no tutorial of "User interface programming in java ?"

Java

3rd Jan 2020, 3:56 PM
Joseph D.E
Joseph D.E - avatar
4 Respostas
+ 7
Because SoloLearn doesn't supports java GUI libraries and they only put tutorials for those things that could be implemented via SoloLearn's playGround
3rd Jan 2020, 3:59 PM
Abdol Hashimi
Abdol Hashimi - avatar
+ 6
I'm assuming the reason as to why their is no User Interface programming for Java is because, SoloLearn would like for you to understand the basics and some advance concepts of Java such as inheritance, polymorphism and abstraction. With the principles such as operator precedence , control structures , data structures in place , therefore creating graphical user interfaces will be easy. If you need any resources with regards to Graphical User Interface programming with the Java Swing library and the AWT library their are many resources such as this https://www.ntu.edu.sg/home/ehchua/programming/java/J4a_GUI.html available online. Once you have grasped the concepts of the above mentioned libraries I would suggest then investigating the JavaFX library, In order to build more modern desktop and web based applications.
3rd Jan 2020, 4:04 PM
Justin Joseph
Justin Joseph - avatar
+ 1
All right! Thank you for your help 😊
3rd Jan 2020, 4:04 PM
Joseph D.E
Joseph D.E - avatar
- 2
Because java can run on any platform including solo learn
4th Jan 2020, 6:13 AM
Srajan
Srajan - avatar