What are graphics and how to use them, speaking about java??? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What are graphics and how to use them, speaking about java???

I'm a beginner student of java and I can't understand how to make a complex interface for my programmes by java

27th Jul 2017, 10:35 PM
Gabin Jean
Gabin Jean - avatar
2 Answers
+ 4
Java has a built in Graphics library which makes it a lot easier to make 2D games or GUI (Graphical User Interface), once you understand the basics of it (find some Java 2D game tutorials or Java GUI tutorials on YouTube). Java Graphics: https://docs.oracle.com/javase/7/docs/api/java/awt/Graphics.html Java Swing: https://docs.oracle.com/javase/7/docs/api/javax/swing/package-summary.html
27th Jul 2017, 10:58 PM
ChessMaster
ChessMaster - avatar
0
Thanks
28th Jul 2017, 8:47 AM
Gabin Jean
Gabin Jean - avatar