answersLogoWhite

0

The Abstract Window Toolkit (AWT) supports Graphical User Interface (GUI) programming. AWT features include: * a rich set of user interface components; * a robust event-handling model; * graphics and imaging tools, including shape, color, and font classes; * layout managers, for flexible window layouts that don't depend on a particular window size or screen resolution; * data transfer classes, for cut-and-paste through the native platform clipboard.

User Avatar

Wiki User

16y ago

What else can I help you with?

Continue Learning about Engineering

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.


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.


What is awt in java?

java.awt is a standard package of Java. It is a GUI(Graphical User Interface) package, which has classes in it such as Frame, Panel, and Button. Most of the package was later replaced with the javax.swing package, which has most of the same classes, only with a J prepended to them (JFrame, JPanel, JButton). However the java.awt package still includes some event handlers that are considered standard in java (java.awt.event).


What is GTK AWT?

GTK (GNU Widget Toolkit) is a widget toolkit common in Linux and modern Unix environments. It is freely-licensed under the terms of the GNU GPL, and used to create notable programs such as GIMP, Mozilla Firefox, and Pidgin. AWT (Abstract Widget Toolkit) is a widget toolkit used by many Java applications.The widgets themselves normally take on characteristics of widgets from the host operating system (be it Windows, Mac OS X, or Linux), though it can also use Swing to provide its own user interface. When used in conjunction with each other, it probably refers to libraries used by the Java program to provide a GTK look and feel on a Linux or Unix system.


What is the best widget toolkit for C?

Did you try GTK ?