
Take a look at the finished application we will build during this tutorial.
The application we will build will be written in Java. Before we can start we need to install Java onto our machine. This video takes you through the steps need to install Java on your computer.
To provide visual help and handy tools in writing Java code we will use an Integrated Development Environment (IDE). Eclipse is a popular Java IDE and this video covers how locate, download and install to you computer.
As we go through developing the application we will add code which writes out progress information to a log file. To allow us to do this we will make use of a logging tool call Log4J. This video shows you where to locate the Log4J tool.
Once all the code writing is over we will package up our Java code into an executable program. To do this we will use the Launch4J tool. This video shows you where you can locate this tool.
Before we get to involved in writing our application, first lets check we have our environment installed and working correctly by writing a small test program.
This sessions ensures that when we use our Swing components there are run on the Event Dispatch Thread.
This course was built using Log4J and whilst it is still available Log4J2 is now available. The way you use Log4J2 is sufficiently different to Log4J that I have added a lecture showing how to use this new version with a properties file so if you wish to use the later version you can.
What am I going to get from this course? –
The course is divided into 7 sections with each section taking you through an area of the application, with sections such as installing and testing your environment, building a menu and packaging up your application ready for distribution.
Delivery of course content is primarily through the use of video sessions demonstrating a specific point. At the end of each section you are able to run the code and explore the results.
At the end of the course you will be able to take the techniques covered in the course and apply these to your own development projects.