SlideShare a Scribd company logo
INTRODUCTION TO ABSTRACT
WINDOW TOOLKIT (AWT)
-ASHITA AGRAWAL
INTRODUCTION
Abstract window toolkit is collection of classes and
interfaces. The major advantage of AWT is Applets.
Applets interact with the user through the AWT and
not through the console-based I/O classes.
The Awt contains support for a window based
graphical Interface.
The AWT is huge collection of classes and interfaces.
AWT CLASSES
Following table contains the list of classes present in
jav.awt package.
Java.awt package is one of Java’s largest packages.
Since AWT classes are logically organised in a top-
down, hierarchical fashion, it is easy to understand
and use them.
Following are some of the AWT packages:
Following are some of the AWT packages:

More Related Content

More from Ashita Agrawal (9)

PPT
constructor and destructor-object oriented programming
Ashita Agrawal
 
PPTX
Introduction to computer network
Ashita Agrawal
 
PPTX
Instruction Set of 8086 Microprocessor
Ashita Agrawal
 
PPTX
Testing Machine- universal tester
Ashita Agrawal
 
PPTX
Adolf Hitler - German politician(world war I)
Ashita Agrawal
 
PPTX
Charles babbage - Father of Computing.
Ashita Agrawal
 
PPTX
Ada Lovelace-The First Programmer
Ashita Agrawal
 
PPTX
Slums In India
Ashita Agrawal
 
PPTX
Augmented Reality
Ashita Agrawal
 
constructor and destructor-object oriented programming
Ashita Agrawal
 
Introduction to computer network
Ashita Agrawal
 
Instruction Set of 8086 Microprocessor
Ashita Agrawal
 
Testing Machine- universal tester
Ashita Agrawal
 
Adolf Hitler - German politician(world war I)
Ashita Agrawal
 
Charles babbage - Father of Computing.
Ashita Agrawal
 
Ada Lovelace-The First Programmer
Ashita Agrawal
 
Slums In India
Ashita Agrawal
 
Augmented Reality
Ashita Agrawal
 

Recently uploaded (20)

PDF
LAW OF CONTRACT ( 5 YEAR LLB & UNITARY LLB)- MODULE-3 - LEARN THROUGH PICTURE
APARNA T SHAIL KUMAR
 
PDF
The History of Phone Numbers in Stoke Newington by Billy Thomas
History of Stoke Newington
 
PPTX
Stereochemistry-Optical Isomerism in organic compoundsptx
Tarannum Nadaf-Mansuri
 
PPT
Talk on Critical Theory, Part One, Philosophy of Social Sciences
Soraj Hongladarom
 
PDF
Isharyanti-2025-Cross Language Communication in Indonesian Language
Neny Isharyanti
 
PPTX
How to Create a PDF Report in Odoo 18 - Odoo Slides
Celine George
 
PPTX
2025 Winter SWAYAM NPTEL & A Student.pptx
Utsav Yagnik
 
PDF
Knee Extensor Mechanism Injuries - Orthopedic Radiologic Imaging
Sean M. Fox
 
PDF
LAW OF CONTRACT (5 YEAR LLB & UNITARY LLB )- MODULE - 1.& 2 - LEARN THROUGH P...
APARNA T SHAIL KUMAR
 
PPSX
HEALTH ASSESSMENT (Community Health Nursing) - GNM 1st Year
Priyanshu Anand
 
PDF
SSHS-2025-PKLP_Quarter-1-Dr.-Kerby-Alvarez.pdf
AishahSangcopan1
 
PDF
Reconstruct, Restore, Reimagine: New Perspectives on Stoke Newington’s Histor...
History of Stoke Newington
 
PDF
The Different Types of Non-Experimental Research
Thelma Villaflores
 
PDF
Generative AI: it's STILL not a robot (CIJ Summer 2025)
Paul Bradshaw
 
PPT
Talk on Critical Theory, Part II, Philosophy of Social Sciences
Soraj Hongladarom
 
PDF
Lesson 2 - WATER,pH, BUFFERS, AND ACID-BASE.pdf
marvinnbustamante1
 
PPTX
Cultivation practice of Litchi in Nepal.pptx
UmeshTimilsina1
 
PDF
The Constitution Review Committee (CRC) has released an updated schedule for ...
nservice241
 
PPTX
ASRB NET 2023 PREVIOUS YEAR QUESTION PAPER GENETICS AND PLANT BREEDING BY SAT...
Krashi Coaching
 
PPTX
Unit 2 COMMERCIAL BANKING, Corporate banking.pptx
AnubalaSuresh1
 
LAW OF CONTRACT ( 5 YEAR LLB & UNITARY LLB)- MODULE-3 - LEARN THROUGH PICTURE
APARNA T SHAIL KUMAR
 
The History of Phone Numbers in Stoke Newington by Billy Thomas
History of Stoke Newington
 
Stereochemistry-Optical Isomerism in organic compoundsptx
Tarannum Nadaf-Mansuri
 
Talk on Critical Theory, Part One, Philosophy of Social Sciences
Soraj Hongladarom
 
Isharyanti-2025-Cross Language Communication in Indonesian Language
Neny Isharyanti
 
How to Create a PDF Report in Odoo 18 - Odoo Slides
Celine George
 
2025 Winter SWAYAM NPTEL & A Student.pptx
Utsav Yagnik
 
Knee Extensor Mechanism Injuries - Orthopedic Radiologic Imaging
Sean M. Fox
 
LAW OF CONTRACT (5 YEAR LLB & UNITARY LLB )- MODULE - 1.& 2 - LEARN THROUGH P...
APARNA T SHAIL KUMAR
 
HEALTH ASSESSMENT (Community Health Nursing) - GNM 1st Year
Priyanshu Anand
 
SSHS-2025-PKLP_Quarter-1-Dr.-Kerby-Alvarez.pdf
AishahSangcopan1
 
Reconstruct, Restore, Reimagine: New Perspectives on Stoke Newington’s Histor...
History of Stoke Newington
 
The Different Types of Non-Experimental Research
Thelma Villaflores
 
Generative AI: it's STILL not a robot (CIJ Summer 2025)
Paul Bradshaw
 
Talk on Critical Theory, Part II, Philosophy of Social Sciences
Soraj Hongladarom
 
Lesson 2 - WATER,pH, BUFFERS, AND ACID-BASE.pdf
marvinnbustamante1
 
Cultivation practice of Litchi in Nepal.pptx
UmeshTimilsina1
 
The Constitution Review Committee (CRC) has released an updated schedule for ...
nservice241
 
ASRB NET 2023 PREVIOUS YEAR QUESTION PAPER GENETICS AND PLANT BREEDING BY SAT...
Krashi Coaching
 
Unit 2 COMMERCIAL BANKING, Corporate banking.pptx
AnubalaSuresh1
 
Ad

Introductio to Abstract Window Toolkit (AWT)

  • 1. INTRODUCTION TO ABSTRACT WINDOW TOOLKIT (AWT) -ASHITA AGRAWAL
  • 2. INTRODUCTION Abstract window toolkit is collection of classes and interfaces. The major advantage of AWT is Applets. Applets interact with the user through the AWT and not through the console-based I/O classes. The Awt contains support for a window based graphical Interface. The AWT is huge collection of classes and interfaces.
  • 3. AWT CLASSES Following table contains the list of classes present in jav.awt package. Java.awt package is one of Java’s largest packages. Since AWT classes are logically organised in a top- down, hierarchical fashion, it is easy to understand and use them.
  • 4. Following are some of the AWT packages:
  • 5. Following are some of the AWT packages: