+ 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
2 Antworten
+ 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
0
Thanks