ForteTM for JavaTM (Community Edition) Tutorials



Copyright 2000 Sun Microsystems, Inc., 901 San Antonio Road,
Palo Alto, California 94303 U.S.A. All rights reserved.

This product or documentation is protected by copyright and distributed under licenses restricting its use, copying, distribution, and decompilation. No part of this product or documentation may be reproduced in any form by any means without prior written authorization of Sun and its licensors, if any. Third-party software, including font technology, is copyrighted and licensed from Sun suppliers.

Sun, Sun Microsystems, the Sun logo, Java, JavaBeans, Forte, and NetBeans are trademarks or registered trademarks of Sun Microsystems, Inc. in the U.S. and other countries.

U.S. Government approval required when exporting the product.

DOCUMENTATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO, ANY KIND OF IMPLIED OR EXPRESS WARRANTY OF NON-INFRINGEMENT OR THE IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.

Copyright 2000 Sun Microsystems, Inc., 901 San Antonio Road,
Palo Alto, Californie 94303 Etats-Unis. Tous droits réservés.

Ce produit ou document est protégé par un copyright et distribué avec des licences qui en restreignent l'utilisation, la copie, la distribution, et la décompilation. Aucune partie de ce produit ou document ne peut être reproduite sous aucune forme, par quelque moyen que ce soit, sans l'autorisation préalable et écrite de Sun et de ses bailleurs de licence, s'il y en a. Le logiciel détenu par des tiers, et qui comprend la technologie relative aux polices de caractères, est protégé par un copyright et licencié par des fournisseurs de Sun.

Sun, Sun Microsystems, le logo Sun, Java, JavaBeans, Forte, et NetBeans sont des marques de fabrique ou des marques déposées de Sun Microsystems, Inc. aux Etats-Unis et dans d'autres pays.

LA DOCUMENTATION EST FOURNIE "EN L'ETAT" ET TOUTES AUTRES CONDITIONS, DÉCLARATIONS ET GARANTIES EXPRESSES OU TACITES SONT FORMELLEMENT EXCLUES DANS LA MESURE AUTORISÉE PAR LA LOI APPLICABLE, Y COMPRIS NOTAMMENT TOUTE GARANTIE IMPLICITE RELATIVE À LA QUALITÉ MARCHANDE, À L'APTITUDE À UNE UTILISATION PARTICULÈRE OU À L'ABSENCE DE CONTREFAÇON.


The Tutorials - Your First Steps in the IDE

Introduction

These tutorials will get you down to work with ForteTM for JavaTM Community Edition, quickly and easily. We'll walk you through building several simple applications, step by step, to familiarize you with the IDE interface and operation.

Tutorial One: The Clock. Presented in three steps, this first builds a simple, functional clock, making use of the built in TimerBean. Steps two and three then extend the functionality of the clock, adding the ability to set the time, and date format.

Tutorial Two: The Color Picker. In part one of this tutorial, we will use Forte for Java's special bean support to generate a JavaBean with three properties - red, green and blue. In Step 2 we will build a form incorporating this bean and use RGB sliders to set the background color.

Tutorial Three: The Image Viewer. In this tutorial we build a simple image viewer.

Tutorial Four: The Debugger. A brief introduction to Forte for Java's Debugging subsystem.

Next