tailieunhanh - Intro to Java Programming - Tutorial Table of ContentsTechnical

This tutorial uses a unique system that allows you to learn the concepts presented in this lesson without struggling with the frustration of coding errors caused by mistakes in typing or formatting. As the picture (right) shows, the sources are organized logically in several folder | Intro to Java Programming - Tutorial Table of Contents Apple Developer Connection Technical Java Membership Technical Business An Introduction to Java Programming Building a SlideShow Application Acrobat version of this tutorial MB Tutorial Contents Overview What You Will Need for this Tutorial Setting up the Project Architecture of the SlideShow Application 1 Building the About Box 2 Building the Image Button 3 Building the Rollover Button 4 Building the Forward Button 5 Building the Backward Button 6 Building the Play Pause Button 7 Building the Close Box Button 8 Building the Controller 9 Building the Slide Show 10 Building the Image File Name Filter Intro to Java Programming - Tutorial Table of Contents 11 Adding the Image Resources 12 Building the Application Making a Double-Clickable Application Summary Where to go From Here Back to top Search Tips Site Map Search Extended Shortcut Index The Apple Store Hot News About Apple Products Support Design Publishing Education Developer Where to Buy Home Contact Us - Developer Site Map Copyright 2000 Apple Computer Inc. All rights reserved. Intro to Java Programming - Overview Apple Developer Connection Technical Java Membership Technical Business An Introduction to Java Programming Table of Contents Next Section Overview In this tutorial we will be building a Java application which will display a series of images in succession similar to a traditional slideshow. We will create custom image buttons and menu items that can be used to control the image display sequence. Other menu items will provide additional functionality such as image selection and optional preferences. This tutorial is aimed at a broad audience from beginning programmers who have little or no Java programming experience to experienced programmers who are interested in learning Java. Experience with other programming languages is not required but is useful because certain elementary programming concepts are assumed. Familiarity with .