Which package contains the classes and interfaces required to create and manipulate guis? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Which package contains the classes and interfaces required to create and manipulate guis?

24th Dec 2019, 7:04 AM
Piyush Srivastava
Piyush Srivastava - avatar
1 Answer
+ 1
Abstract Window Toolkit (AWT) package contains all GUI specific classes and interfaces. To import write import java. awt.*; Write some description about your question, with specific to why and how you need answer so that you get better answer... For more details read awt package and java advanced concepts. Edit: And there is Java Swings, which are light weight components and better compare to awt which heavy weight.
24th Dec 2019, 8:26 AM
Jayakrishna 🇮🇳