AWT - SPLessons
SPLessons 5 Steps, 3 Clicks
5 Steps - 3 Clicks

AWT Tutorial

AWT Tutorial

shape Description

AWT Tutorial gives an overview about the GUI Programming. AWT Tutorial chapter explains GUI Programming in a simple way to both the beginners as well as software professionals. By the end of AWT Tutorial chapter, good knowledge of the GUI language can be gained. Abstract Window Toolkit(AWT) has a set of libraries that can be helpful in making graphics for gaming products, banking services, educational purposes and many more.     The main drawback of using AWT is that AWT Components appear in a different manner when they are used in different operating systems. GUI uses the Event Dispatch Thread to run these components and assign all the background processes to the main thread.

Pre-Requisites

shape Description

Before going to learn AWT, one should have knowledge of
  • JAVA Programming
  • Text Editor
  • Executing Programs.

Summary

shape Key Points

  • JAVA AWT is used in GUI Programming.
  • AWT is easy to learn and understand.