Java

  1. Home
  2. Computing & Technology
  3. Java
photo of Paul Leahy

Paul's Java Blog

By Paul Leahy, About.com Guide to Java

Java Term of the Week: AWT

Saturday June 21, 2008

This week's term you will hear a lot about when creating user interfaces in Java. A graphical user interface is made up of different graphical components, such as buttons, textboxes, images, etc. Rather than having to build these components from scratch, Java provides a set of core APIs to help programmers.

AWT stands for "Abstract Window Toolkit". The AWT is the first verison of graphical components released as a core API. Programmers now use the next generation of components found in the Swing API. However, Swing is built upon the core classes contained within the AWT.

Comments

No comments yet. Leave a Comment

Leave a Comment

Line and paragraph breaks are automatic. Some HTML allowed: <a href="" title="">, <b>, <i>, <strike>

Discuss

Community Forum

Explore Java

About.com Special Features

Build Your Own Website

Step-by-step advice on how to do everything from choosing a Web host to promoting your content. More >

Connect Your Home Computers

Easy ways to connect two computers for networking purposes. More >

Java

  1. Home
  2. Computing & Technology
  3. Java

©2009 About.com, a part of The New York Times Company.

All rights reserved.