Archive

Posts Tagged ‘java course’

[Video] Learn to program in Java: 3 Lesson - JFrame Window

January 25th, 2011 2 comments

We continue our course in Java by posting the video / screencast of 3 lesson of the course learning to program in Java. In this lesson you will achieve a Windows box using the swing chart framework and the class JFrame. Click to watch the video of the lesson, I recommend making it easier to see the video full screen by clicking on the button with the 4 arrows, After the jump you will find the lesson.

Read more…

[Video] Learn to program in Java: 2 Lesson – Hello World

January 14th, 2011 6 comments

Today ,like every weekend, public the video / screencast of the new class of the course learning to program in Java. In this lesson we will make a small program to learn to become familiar with Java. For a better enjoyment I recommend you watch the video full screen by clicking on the button with the 4 arrows, After the jump you will find the lesson.

Read more…

Learn to program in Java: 1 Lesson – What to do to start?

January 2nd, 2011 4 comments

This article inaugurates a step by step guide java running from zero up to the realization of a complete program for the production. The lectures will be published every week. If you have any questions please contact me via comments or through the page Contact or find the rest of my contacts on the right section

First we need a development environment that helps us in planning. Certainly in recent years have made great strides to Sun (parent of Java now bought by Oracle) to simplify the installation of a development environment for Java.

The creation of this environment is composed mainly of 2 phases downloading and installing the Java JDK (Java Development Kit that provides all the tools for the java programming) and download and use the integrated development environment Eclipse. Let's see in detail 2 phases:

Read more…