+ 3
Why there is no tutorial of "User interface programming in java ?"
Java
4 ответов
+ 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
+ 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.
+ 1
All right!
Thank you for your help 😊
- 2
Because java can run on any platform including solo learn