Step by Step Java Tutorial
This tutorial will take you step by step through the process of building
applets. I have chosen for a Learn-By-Example method, the fastest way to
learn.
You will not learn the "Why" but the "How". Throughout the java tutorial
all new lines of code are explained, the ones you have already seen aren't
commented anymore.
Within a few minutes you will be able to display things on the screen,
a few minutes later you are able to use a GUI and after that you will see
how to interact with the user.
Source code
You'll see the source code with explanation. The comments are in Java
style that means that they start with "/*" and end with "*/" or just start
with "//". All comments will be in green like this :
// This is a comment in the source
The programming style is kept simple on purpose,
meaning that it doesn't use arrays and other efficient methods like double
buffering. Later through the course you will learn to use that too.
You are allowed to reproduce the code and to
change it.
Author
This tutorial was meant for a friend, but I thought making it open
for everyone could not harm anyone :). Anyway, I am Bavo Bruylandt and
a Java Programmer for RealApplets.com
in my spare time. I am still in school, where I study Applied Computer
Science.
If you have questions or comments about this source then you can easily
reach me at Bavo@realapplets.com.
Contents:
- Chapter 1 - Graphical Interface
- HelloWorld Example
- Drawing Shapes and using Colors
- Displaying Images
- Using GUI components
- The Layout Managers
- Chapter 2 - Event Listeners
- ActionListener
- MouseListener
- MouseMotionListener
- Chapter3 - Applet Functions
- Statusbar Messages
- Opening Web Pages
- Playing Sound Files
- Using HTML Parameters
- Chapter 4 - Advanced topics
- Double-Buffering
- Using Threads
- Using third-party Libraries
Next...
New on the Java Boutique:
New Review:
Time Management Made Easy with the Quartz Enterprise Job Scheduler
Why not just use the Java timer API? This open source scheduling
API boasts simplicity, ease-of-integration, a well-rounded feature
set, and it's free!
New Applet:
Reverse Complement
Reverse Complement is a simple applet that converts DNA or RNA
sequences into three useful formats.
Elsewhere on internet.com:
WebDeveloper Java
Lots of Java information on webdeveloper.com
WDVL Java
Thorough Java resource at the Web Developer's Virtual Library.
ScriptSearch Java
Hundreds of free Java code files to download.
jGuru: Your View of the Java Universe
Customizable portal with online training, FAQs, regular news updates, and tutorials.
|