Awt 简明教程

AWT Tutorial

JAVA 提供丰富的库集以创建与平台无关的图形用户界面。在本文中,我们将研究 AWT(抽象窗口工具包)。

JAVA provides a rich set of libraries to create Graphical User Interface in platform independent way. In this article we’ll look in AWT (Abstract Window Toolkit).

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 will give you great understanding on JAVA GUI Programming concepts and after completing this tutorial you will be at intermediate level of expertise from where you can take yourself at higher level of expertise.

Prerequisites

在继续本教程之前,你应具有 Java 编程语言、文本编辑器、计划执行等方面一些基础知识。

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