+ 3
Where can I go to learn java graphics?
In order to complete a video game for a project I have, I need to learn Java GUI. Problem is, every single tutorial I found on the Internet has either explained GUI too quickly, too complexly, or just flat out too confusing. Not to mention, my Java teacher won't even bother to help me learn GUI herself. It be nice if anyone has any good ideas about a good place to learn Java GUI.
3 Respostas
+ 12
You could start here:
https://docs.oracle.com/javase/8/javase-clienttechnologies.htm
And if anything is confusing, just ask about this particular thing (you should include an example then).
+ 1
So first you have to decide which framework you'll use.