Applying Java with GUI "Basics"
This is the first series of the bunch of other series on Java Swing that I would hope to inspire you to utilize your knowledge of the toolkit to build UI. Particularly, this chapter will be covering the basics and getting you a general idea of how things work in Java Swing (just the surface). At the end, you should be more than comfortable at creating simple GUI applications with many properties being thrown around.
We will not go over the Java programming language, this series requires some preliminary knowledge of the Java Language. HOWEVER, if you have beginner knowledge of Java, you should still attend as many of the concepts of Java can be easily learned through the nature of Swing :)!!!
[!] This session does not teach how to DESIGN UI/UX (ie that is being a designer with color theory, etc.).
[!] Scheduling for me is very tight :(