Utilisateur
graphical user interface components, such as buttons and text fields, with which the user can interact.
a set of GUI components that predates Swing and is less portable than the set of Swing components.
components that require interaction with the local operating system. Contrast with lightweight components.
selected classes from the java.awt package, including Swing component classes.
a set of GUI elements such as dialog boxes and buttons that is newer and more portable than the set in the AWT; their names usually begin with J.
describes a Java language feature that is considered obsolete.
components written completely in Java that do not have to rely on the code written to run in the local operating system. Contrast with heavyweight components.
a GUI component that is similar to a window, but that has a title bar and border.
a rectangular container that can hold GUI components.
the picture elements, or tiny dots of light, that make up the image on a video monitor.
a type of component that holds other components so they can be treated as a single entity.
an uneditable GUI component that most often is used to provide information for a user.
the icons and buttons that are part of a window or frame.
describes a component that can accept keystrokes.
the elements of design, style, and functionality in a user interface.
a layout manager that places components in rows; when any row is filled, additional components automatically spill into the next row.
the size, weight, and style of a typeface.
class that controls component positioning in a UI environment.
a layout manager that divides a container into regions.
a GUI component into which the user can type a single line of text data.
a component on which an event is generated.
a GUI component typically used to trigger an action or make a selection when the user clicks it.
a program in which the user might initiate any number of events in any order.
result when a user takes action on a component.
an object that is interested in, and reacts to, an event.
a GUI component that combines a display area showing a default option and a list box containing additional options.
to sign up an object as an event listener.
a GUI element with a label and a clickable square that frequently is used to turn an option on or off.
a method that executes because it is called automatically when an appropriate event occurs.
a GUI component that groups other components, such as check boxes, so a user can select only one at a time.