Exercises, examples and other material relating to training module J902. This topic is presented on public courses
Java Programming for the Web,
Java Extra
Java Programming for the Web - Learn to write server- or client-side applications in Java.
This course introduces you to the Java programming
language, ... http://www.wellho.net/course/jpfull.html [course] |
Java Extra - Subjects not covered on regular public courses!
Individual Java users will need different advanced
topics depending on their application. ... http://www.wellho.net/course/jxfull.html [course] |
Many of the scripting languages we teach include the ability to provide a GUI - a Graphic User Interface. I ll describe some particular GUIs later in ... http://www.wellho.net/solutions/general- ... -guis.html [longer article] |
"A picture paints a thousand words" ... and so it is when you're planning a graphic user interface, and implementing it. Yesterday, I picked up an old ... http://www.wellho.net/mouth/1326_GUI ... mple-.html [short article] |
import java.awt.*;
import javax.swing.*;
public class S1 extends JFrame {
public static void main (String [] args) {
new S1().setVisible(true);
... http://www.wellho.net/resources/ex.php4?item=j902/S1.java [code sample] |
div class= introsubheads MORE COMPLEX SWING BR /div
Swing provides you with a huge selection of components that you can use in your GUI, each with ... http://www.wellho.net/solutions/java-ext ... art-3.html [longer article] |
div class= introsubheads SIMPLE SWING BR /div
Here s the simplest stand-alone Swing application:
div class= codescript import javax.swing.*;
... http://www.wellho.net/solutions/java-ext ... art-2.html [longer article] |
The original graphics classes of Java Ð the AWT Ð provide functionallity at a very low level. A lot of coding effort is required to provide even a simple GUI. The Swing classes are built on top of the AWT and largely suplant it; they provide much higher level components so that you can rapidly bolt together the look, feel and functionallity for a graphic-driven application.
This topic is presented on public courses
Java Programming for the Web,
Java Extra
Examples from our training material
Background information
This module is available under an
Open Training Notes License for free download from
http://www.training-notes.co.uk.
Topics covered in this module
Background.
Simple Swing.
Hello Swing World.
Using multiple components.
Event handling.
Feedback from events on individual components.
Providing feedback in the GUI.
Hello Swing World as an applet.
A Complete GUI on an applet.
More Complex Swing.
The JTree component.
The JTable Component.
Complete learning
If you are looking for a complete course and not just a information on a single subject, visit our
Listing and schedule page.
Well House Consultants specialise in training courses in
Java,
Python,
Perl,
PHP, and
MySQL. We run
Private Courses throughout the UK (and beyond for longer courses), and
Public Courses at our training centre in Melksham, Wiltshire, England.
It's surprisingly cost effective to come on our public courses -
even if
you live in a different
country or continent to us.
We have a technical library of over 700 books on the subjects on which we teach.
These books are available for reference at our training centre. Also
available is the Opentalk
Forum for discussion of technical questions.