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

before learn java swing ,??????

before learn java swing , have to me learn java advance or java basic is Enough;

30th Mar 2017, 4:44 PM
ALAMOUDI, WAEL MAKKI S
ALAMOUDI, WAEL MAKKI S - avatar
2 Answers
+ 1
I cannot define what is basic or advance. To learn Java swing or any package of java. I think you should always read the API doc to understand how to use the such class and interface. https://docs.oracle.com/javase/7/docs/api/javax/swing/package-frame.html And I think you should better have some skill of java awt.
30th Mar 2017, 6:11 PM
K.C. Leung
K.C. Leung - avatar
+ 1
Don't learn Swing. Why? First, there are so many IDEs which can generate the UI in Java so instead of concentrating in UI, you can concentrate in Logic. But of course, different IDEs sometimes have different UI coding and you may not share the projects for different IDE users. That is why I switched to .NET development nowadays. I can concentrate just for Logic than UI. Don't learn Swing if you want to build software for desktop. Just learn C#. But if you want to build Enterprise Apps for Servers, then learn Java EE.
30th Mar 2017, 9:01 PM
Yhal Htet Aung
Yhal Htet Aung - avatar