e :: Blog

September 08, 2008

default user icon
e

http://java.about.com/b/2008/09/08/mondays-programming-questi

Each Monday I?m going to post a question for you to answer. It?s a good way to see if you?ve been paying attention whilst reading some of the articles on...

Posted by e | | 0 comment(s)

September 05, 2008

default user icon
e

http://java.about.com/b/2008/09/05/tired-of-your-current-java

I came across another Java editor this week. It's called EditRocket. As well as Java it supports around 20 other languages; useful if you are or fancy becoming a multi-lingual...

Posted by e | | 0 comment(s)

July 12, 2008

default user icon
e

http://java.about.com/b/2008/07/12/java-term-of-the-week-sour

Once you?ve begun to learn the syntax of Java and understand how to build Java programs, you will find yourself up to your elbows in source code. Don?t worry, that?s...

Posted by e | | 0 comment(s)

default user icon
e

http://java.about.com/b/2008/07/05/java-term-of-the-week-ide.

An IDE can be a programmer?s best friend. If it?s well designed it can help minimise the time it takes to develop an application. IDE stands for ?Integrated Development Environment?....

Posted by e | | 0 comment(s)

default user icon
e

http://java.about.com/b/2008/06/28/java-term-of-the-week-gui.

Whether you realise it or not, you are already familiar with GUIs. In fact, you?re looking at one right now! GUI stands for ?Graphical User Interface?. The menus, toolbars, scrollbars,...

Posted by e | | 0 comment(s)

default user icon
e

http://java.about.com/b/2008/06/23/just-what-is-a-jframe.htm

Writing ?Hello World? to a web page or a terminal window is a nice way to get your programming feet wet, but perhaps you?re interesting in making something that looks...

Posted by e | | 0 comment(s)

default user icon
e

http://java.about.com/b/2008/06/21/java-term-of-the-week-2.ht

This week's term you will hear a lot about when creating user interfaces in Java. A graphical user interface is made up of different graphical components, such as buttons, textboxes,...

Posted by e | | 0 comment(s)

default user icon
e

http://java.about.com/b/2008/06/16/some-words-are-reserved-in

All programming languages need to have a set of words that are interpreted as commands by the compiler. Java is no different. It has about fifty words that you cannot...

Posted by e | | 0 comment(s)

default user icon
e

http://java.about.com/b/2008/06/14/java-term-of-the-week.htm

The Java programming language comes with a set of core classes that have been written to cover common developer needs. For example, one such package of classes is called "Swing",...

Posted by e | | 0 comment(s)

default user icon
e

http://java.about.com/b/2008/06/09/try-building-a-java-applet

Last Monday, I was encouraging you to make your first Java program. This time I think it might be interesting to contrast developing a Java application for a desktop, with...

Posted by e | | 0 comment(s)

<< Back