
In the third part of this Java Tutorial you will learn:
Java Swing, Layout Managers, Files, Databases and Solving Java Errors
1: Java Swing
In this third part of the Java Video Tutorial Derek introduce you to Graphical User Interfaces (GUI). He focus specifically on Java Swing and its components.
You will figure out how to display frames, panels, labels, buttons, text areas and more. He also go over the Dimension object and the Java Toolkit, which allows you to ask questions of the operating system.
2: Swing Layout Managers
In this part of the Java Video Tutorial, Derek cover 3 different Swing layout managers. He revisit the the layout manager you have been using by default (Flow Layout). As well he introduce the Border and Box layout managers.
3: Files and Streams
In this part of the Java Video Tutorial, Derek completely cover the Java File Class.
He will show you how to create and delete files and directories. How to pull lists of files from directories and manipulate them.
4: Java & Databases
In this part of the Java Video Tutorial Derek show you how to setup Java JDBC in Eclipse.
Then cover how to connect to a MySQL database, query it and get the results of a query. He also look at the Exceptions you’ll need and much more.
5: Solving Common Java Erros
Sometimes it is hard to figure out what Cannot be Resolved, Syntax Error on Token, or Method is not Visible mean. But, after watching this video you should better understand. Also, you’ll learn how to get Eclipse to help you fix Java errors.
Instructor: Derek Banas