Share via


Class java.awt.Toolkit

Class Members | This Package | All Packages

java.lang.Object
   |
   +----java.awt.Toolkit

public abstract class Toolkit** extends Object

This class is the abstract superclass of all actual implementations of the Abstract Window Toolkit. Subclasses of Toolkit are used to bind the various components to particular native toolkit implementations.

Most applications should not call any of the methods in this class directly. The methods defined by Toolkit are the "glue" that joins the platform-independent classes in the java.awt package with their counterparts in java.awt.peer. Some methods defined by Toolkit query the native operating system directly.