The Java Tutorials was the first page that I had opened through my sun's online account. The page was nicely setup and explains all the core features of JAVA in a practical fashion. It starts from basic learning about JAVA features to designing GUI's and finally all the special implementations of JAVA for networking, internet applications, graphics etc.
On having a prior experience with JAVA, I directly went to Swing Programming, which is about designing GUI's. The first Swing program that I wrote was to display "Hello World" in a graphic window. When I tried to compile the program with javac command, my first error cropped up. The error occurred because of PATH setting which had to be updated once JDK is installed. Once the setting was put in place the program ran successfully.
Follow the JDK Installation Instructions to know more on path setting.
My next tutorial was to create a Celsius to Fahrenheit temperature converter using Netbeans IDE. It was my first experience to designing a GUI using Netbeans, without doing much hardcoding.
tutorials:
HelloWorld Application
Temperature Converter
related links
The JFC/Swing Tutorial
Tuesday, November 10, 2009
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment