answersLogoWhite

0

What does someone use AWT for?

User Avatar

Anonymous

12y ago
Updated: 8/20/2019

AWT (Abstract Window Toolkit) is Java's original widget program allowing webmasters to add outside widgets to their sites for users to interface between them and other sites.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What is the use of keyword new used in AWT programming?

what is the use of new keyword in awt programming


How do you pronounce the word ought?

AWT


What is the methods with the parameters of an AWT?

AWT (Abstract Window Toolkit) is a top-level Java package. Listing out the hundreds or thousands of methods would be a waste of effort. See the related link below for the Java documentation on the AWT package.


Difference between awt and java script?

AWT is a Java package for creating graphical user interfaces. JavaScript is a completely unrelated programming language.


What are Awt Components?

AWT stands for Abstract window tootlkit . Abstract window Toolkit provides a standard application programming interface for writing graphical user interfaces in java.


Why would someone need a Java swing?

Java Swing might be needed by someone because Swing provides a native look and feel that matches the look and feel of several platforms, with more powerful and flexible components than AWT.


Which are the AWT components in Java?

AWT stands for Abstract window toolkit. AWT gives us the components using which we can create User- Interface based applications in java. Some of the components are: a. Frame b. Panel c. Window d. CheckBox e. RadioButton f. Button g. TextBox h. TextArea i. Etc


What do you mean by extending an awt components?

It means you create a derived class.


What is the shakespeare play beginning with AWT?

A Winters Tale


What is awt in java explain its features?

awt contains all the graphical features of java, including many different elements to create an acceptable and usable GUI for applications easily. such as buttons, sliders and text areas.


what class is the top of awt event hierarchy?

The top of the Abstract Window Toolkit (AWT) event hierarchy in Java is the java.awt.AWTEvent class. This class serves as the superclass for all AWT events, encapsulating the common properties and methods shared by various event types. Specific event classes, such as ActionEvent, MouseEvent, and KeyEvent, extend AWTEvent to handle distinct types of user interactions.


What interface is extended by AWT event listeners?

The AWTEventListener interface implements the EventListener interface.