Description
Java AWT (Abstract Window Toolkit) is an API to develop GUI or window-based applications in java. Java AWT components are platform-dependent i.e. components are displayed according to the view of operating system. AWT is heavyweight i.e. its components are using the resources of OS.
In this training, we will begin by learning how to work around AWT, handle work, and understand its layout and functionality.
Through this course you shall be learning about;What is AWT?
Which are the main controls in AWT?
How event handling works in AWT?
Which are event classes in AWT?
How event listeners woks in AWT?
Which are different event adapters in AWT and how it works?
Introduction to AWT layouts
What are various AWT Containers and there functionality
Introduction to the AWT menu hierarchy?
What are different AWT graphics classes?