The Java Tutorials have been written for JDK 8.Java教程是为JDK 8编写的。Examples and practices described in this page don't take advantage of improvements introduced in later releases and might use technology no longer available.本页中描述的示例和实践没有利用后续版本中引入的改进,并且可能使用不再可用的技术。See Java Language Changes for a summary of updated language features in Java SE 9 and subsequent releases.有关Java SE 9及其后续版本中更新的语言特性的摘要,请参阅Java语言更改。
See JDK Release Notes for information about new features, enhancements, and removed or deprecated options for all JDK releases.有关所有JDK版本的新功能、增强功能以及已删除或不推荐的选项的信息,请参阅JDK发行说明。
This lesson gives you a brief introduction to using Swing. 本课简要介绍如何使用Swing。After telling you about Swing, it walks you through how to compile and run a program that uses the Swing packages.在介绍Swing之后,它将指导您如何编译和运行使用Swing包的程序。
The following lesson, Learning Swing with the NetBeans IDE will build on these first steps to help you create several progressively more complex examples. 下面的课程使用NetBeans IDE学习Swing将以这些第一步为基础,帮助您创建几个逐渐复杂的示例。For now, let's start with the basics.现在,让我们从基础开始。
This section gives you an overview of Swing.本节概述Swing。
This section gives you detailed instructions on where to obtain the latest JDK and how to create, compile and run a program that uses Swing components.本节为您提供有关从何处获取最新JDK以及如何创建、编译和运行使用Swing组件的程序的详细说明。
If you are interested in using the JavaFX package to create your UI, see the JavaFX Documentation. 如果您对使用JavaFX包创建UI感兴趣,请参阅JavaFX文档。To deploy, see Java Platform, Standard Edition Deployment Guide.要部署,请参阅Java平台,标准版部署指南。