Swing 简明教程

SWING Tutorial

JAVA 提供了一套丰富的库,以便以平台无关的方式创建图形用户界面。在此教程中,我们将了解 SWING GUI 控件。

JAVA provides a rich set of libraries to create Graphical User Interface in a platform independent way. In this tutorial, we’ll look at SWING GUI controls.

Audience

本教程专为希望通过简单易懂的步骤学习 JAVA GUI 编程的软件专业人员设计。本教程对 JAVA GUI 编程概念提供了极佳的理解,完成本教程后,您将达到中级专业水平,然后可以提升到更高水平。

This tutorial is designed for software professionals who are willing to learn JAVA GUI Programming in simple and easy steps. This tutorial provides great understanding on JAVA GUI Programming concepts and after completing this tutorial you will be at an intermediate level of expertise, from where you can take yourself to higher levels of expertise.

Prerequisites

在继续本教程之前,您应该对 Java 编程语言、文本编辑器、程序执行等有基本的了解。

Before proceeding with this tutorial, you should have a basic understanding of Java programming language, text editor, execution of programs, etc.

Frequently Asked Questions about Swing

有一些关于 Swing 的常见问题 (FAQ),本节会尝试简要回答这些问题。

There are some very Frequently Asked Questions(FAQ) about Swing, this section tries to answer them briefly.