Documentation

The Java™ Tutorials
Hide TOC
Quick Start
Trail: JavaBeans(TM)

Lesson: Quick Start

This lesson describes how to use NetBeans to build a simple application. With a good tool like NetBeans, you can assemble JavaBeans components into an application without having to write any code.本课程介绍如何使用NetBeans构建一个简单的应用程序。使用NetBeans这样的好工具,您可以将JavaBeans组件组装到应用程序中,而无需编写任何代码。

The first three pages of this lesson show how to create a simple application using graphic beans that are part of the Java platform. The last page demonstrates how easy it is to incorporate a third-party bean into your application.本课程的前三页展示了如何使用Java平台中的图形bean创建一个简单的应用程序。最后一页演示了将第三方bean合并到应用程序中是多么容易。

A snap-together application

Previous page: Table of Contents
Next page: Creating a Project