Apple Developer Connection Technical: Java
Membership Technical Business Sitemap Log In
★ wanayoo — archive 1999 http://developer.apple.com/java/javatutorial/summary.htmlNouvelle recherche | Portail wanayoo
Title



Previous Section Table of Contents Next Section



Summary

We’ve covered a lot of ground here. First, we talked a little bit about our application and configured our project correctly. We are building an application, so we needed to specify “Application” as the project type and set the output format to use the “.jar” format. Once our project was set up, we jumped right into the implementation of our classes.

We started out with the AboutBox, and then moved on to our button classes, which are a classic example of good object-oriented programming methodology. We built broad low-level functionality into the base class and then derived a series of subsequent classes which successively refined the underlying classes.

Next, we implemented the Controller class which demonstrated event handling and creating and managing floating windows. Finally, we implemented the Application class where we learned about threads, menu management, and special MRJ handlers.

Once we built our .jar file, we used JBindery to create a double-clickable Macintosh application.

Back to top



Previous Section Table of Contents Next Section







Search Tips | Site Map Extended 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.