Introduction to Abstract Window Toolkit (AWT) in Java

Abstract Window Toolkit(AWT) is an to create GUI using JAVA for Window based applications.It is said to be platform dependent as it implements itself over the underlying Operating System.Thus,it uses the native components like the windows,panels,dialog and whatever you see on the GUI of your Operating System.It calls the platforms subroutines to implement the functionalities.Depending on the Operating System(platform)the UI will be different from OS to OS.For Example you can see below that...

 •  0 comments  •  flag
Share on Twitter
Published on May 15, 2020 05:26
No comments have been added yet.