+ 1
Graphical Java Packages
Can you give a list of packages or classes of Java, that support graphics and user interactivity (controls), please? Short description isn't bad. I'd want to get started with graphical programming in Java. I already have some graphical programming experience from Python: Pygame, Tkinter, Kivy & Matplotlib.
2 Respostas
+ 1
You can check out Swing. It’s really easy to make a decent interactive user interface using only the UI creation tool in Netbeans IDE, most of the code is auto-generated which is nice if you dont want to dive too deep into the syntax or code structure
+ 1
Jake Sounds good, I'll try that!