0% found this document useful (0 votes)
33 views2 pages

Glori, Robert G. Bs Cpe 1B Computer Engineering Department

This document lists 20 classes from the java.awt package in alphabetical order, along with a brief 1-2 sentence description of each class. The classes listed are AWTKeyStroke, AWTPermission, BufferCapabilities, Button, CardLayout, ComponentOrientation, Dimension, DisplayMode, EventQueue, FlowLayout, FontMetrics, GraphicsConfiguration, Image, JobAttributes.DefaultSelectionType, LinearGradientPaint, MenuItem, Panel, Robot, Scrollbar, and Toolkit.

Uploaded by

Akali Demacia
Copyright
© Public Domain
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
33 views2 pages

Glori, Robert G. Bs Cpe 1B Computer Engineering Department

This document lists 20 classes from the java.awt package in alphabetical order, along with a brief 1-2 sentence description of each class. The classes listed are AWTKeyStroke, AWTPermission, BufferCapabilities, Button, CardLayout, ComponentOrientation, Dimension, DisplayMode, EventQueue, FlowLayout, FontMetrics, GraphicsConfiguration, Image, JobAttributes.DefaultSelectionType, LinearGradientPaint, MenuItem, Panel, Robot, Scrollbar, and Toolkit.

Uploaded by

Akali Demacia
Copyright
© Public Domain
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

GLORI, ROBERT G.

BS CPE 1B
COMPUTER ENGINEERING DEPARTMENT

LAB EXERCISE NO. 10

Insert at least 20 classes contain in java.awt package (alphabetical order)

CLASS DESCRIPTION
An AWTKeyStroke represents a key action on
AWTKeyStroke the keyboard, or equivalent input device.

AWTPermission This class is for AWT permissions.

BufferCapabilities Capabilities and properties of buffers.

Button This class creates a labeled button.

A CardLayout object is a layout manager for a


CardLayout
container.
The ComponentOrientation class encapsulates
the language-sensitive orientation that is to be
ComponentOrientation
used to order the elements of a component or of
text.
The Dimension class encapsulates the width and
Dimension height of a component (in integer precision) in a
single object.
The DisplayMode class encapsulates the bit
DisplayMode depth, height, width, and refresh rate of a
GraphicsDevice.
EventQueue is a platform-independent class
that queues events, both from the underlying
EventQueue
peer classes and from trusted application
classes.
A flow layout arranges components in a
FlowLayout directional flow, much like lines of text in a
paragraph.
The FontMetrics class defines a font metrics
object, which encapsulates information about
FontMetrics
the rendering of a particular font on a particular
screen.
The GraphicsConfiguration class describes the
GraphicsConfiguration characteristics of a graphics destination such as
a printer or monitor.
The abstract class Image is the superclass of all
Image
classes that represent graphical images.
A type-safe enumeration of possible default
JobAttributes.DefaultSelectionType
selection states.
The LinearGradientPaint class provides a way to
LinearGradientPaint
fill a Shape with a linear color gradient pattern.
All items in a menu must belong to the class
MenuItem
MenuItem, or one of its subclasses.
Panel Panel is the simplest container class.
This class is used to generate native system
input events for the purposes of test
Robot automation, self-running demos, and other
applications where control of the mouse and
keyboard is needed
The Scrollbar class embodies a scroll bar, a
Scrollbar
familiar user-interface object.
This class is the abstract superclass of all actual
Toolkit implementations of the Abstract Window
Toolkit

You might also like