<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<!--NewPage-->
<html>
<head>
<!-- Generated by javadoc on Wed Jul 28 01:21:15 GMT 1999 -->
<title>
  Class java.awt.Toolkit
</title>
</head>
<body>
<a name="_top_"></a>
<pre>
<a href="packages.html">All Packages</a>  <a href="tree.html">Class Hierarchy</a>  <a href="Package-java.awt.html">This Package</a>  <a href="java.awt.TextField.html#_top_">Previous</a>  <a href="java.awt.Window.html#_top_">Next</a>  <a href="AllNames.html">Index</a></pre>
<hr>
<h1>
  Class java.awt.Toolkit
</h1>
<pre>
<a href="java.lang.Object.html#_top_">java.lang.Object</a>
   |
   +----java.awt.Toolkit
</pre>
<hr>
<dl>
  <dt> public abstract class <b>Toolkit</b>
  <dt> extends <a href="java.lang.Object.html#_top_">Object</a>
</dl>
This class is the abstract superclass of all actual
 implementations of the Abstract Window Toolkit. Subclasses of
 <code>Toolkit</code> are used to bind the various components
 to particular native toolkit implementations.
 <p>
 Most applications should not call any of the methods in this
 class directly. The methods defined by <code>Toolkit</code> are
 the "glue" that joins the platform-independent classes in the
 <code>java.awt</code> package with their counterparts in
 <code>java.awt.peer</code>. Some methods defined by
 <code>Toolkit</code> query the native operating system directly.
<p>
<hr>
<a name="index"></a>
<h2>
  <img src="images/constructor-index.gif" width=275 height=38 alt="Constructor Index">
</h2>
<dl>
  <dt> <img src="images/yellow-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#Toolkit()"><b>Toolkit</b></a>()
  <dd> 
</dl>
<h2>
  <img src="images/method-index.gif" width=207 height=38 alt="Method Index">
</h2>
<dl>
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#beep()"><b>beep</b></a>()
  <dd>  Emits an audio beep.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#checkImage(java.awt.Image, int, int, java.awt.image.ImageObserver)"><b>checkImage</b></a>(Image, int, int, ImageObserver)
  <dd>  Indicates the construction status of a specified image that is
 being prepared for display.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#createButton(java.awt.Button)"><b>createButton</b></a>(Button)
  <dd>  Creates this toolkit's implementation of <code>Button</code> using
 the specified peer interface.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#createCanvas(java.awt.Canvas)"><b>createCanvas</b></a>(Canvas)
  <dd>  Creates this toolkit's implementation of <code>Canvas</code> using
 the specified peer interface.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#createCheckbox(java.awt.Checkbox)"><b>createCheckbox</b></a>(Checkbox)
  <dd>  Creates this toolkit's implementation of <code>Checkbox</code> using
 the specified peer interface.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#createCheckboxMenuItem(java.awt.CheckboxMenuItem)"><b>createCheckboxMenuItem</b></a>(CheckboxMenuItem)
  <dd>  Creates this toolkit's implementation of <code>CheckboxMenuItem</code> using
 the specified peer interface.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#createChoice(java.awt.Choice)"><b>createChoice</b></a>(Choice)
  <dd>  Creates this toolkit's implementation of <code>Choice</code> using
 the specified peer interface.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#createComponent(java.awt.Component)"><b>createComponent</b></a>(Component)
  <dd>  Creates a peer for a component or container.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#createDialog(java.awt.Dialog)"><b>createDialog</b></a>(Dialog)
  <dd>  Creates this toolkit's implementation of <code>Dialog</code> using
 the specified peer interface.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#createFileDialog(java.awt.FileDialog)"><b>createFileDialog</b></a>(FileDialog)
  <dd>  Creates this toolkit's implementation of <code>FileDialog</code> using
 the specified peer interface.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#createFrame(java.awt.Frame)"><b>createFrame</b></a>(Frame)
  <dd>  Creates this toolkit's implementation of <code>Frame</code> using
 the specified peer interface.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#createImage(byte[])"><b>createImage</b></a>(byte[])
  <dd>  Creates an image which decodes the image stored in the specified
 byte array.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#createImage(byte[], int, int)"><b>createImage</b></a>(byte[], int, int)
  <dd>  Creates an image which decodes the image stored in the specified
 byte array, and at the specified offset and length.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#createImage(java.awt.image.ImageProducer)"><b>createImage</b></a>(ImageProducer)
  <dd>  Creates an image with the specified image producer.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#createLabel(java.awt.Label)"><b>createLabel</b></a>(Label)
  <dd>  Creates this toolkit's implementation of <code>Label</code> using
 the specified peer interface.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#createList(java.awt.List)"><b>createList</b></a>(List)
  <dd>  Creates this toolkit's implementation of <code>List</code> using
 the specified peer interface.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#createMenu(java.awt.Menu)"><b>createMenu</b></a>(Menu)
  <dd>  Creates this toolkit's implementation of <code>Menu</code> using
 the specified peer interface.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#createMenuBar(java.awt.MenuBar)"><b>createMenuBar</b></a>(MenuBar)
  <dd>  Creates this toolkit's implementation of <code>MenuBar</code> using
 the specified peer interface.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#createMenuItem(java.awt.MenuItem)"><b>createMenuItem</b></a>(MenuItem)
  <dd>  Creates this toolkit's implementation of <code>MenuItem</code> using
 the specified peer interface.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#createPanel(java.awt.Panel)"><b>createPanel</b></a>(Panel)
  <dd>  Creates this toolkit's implementation of <code>Panel</code> using
 the specified peer interface.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#createPopupMenu(java.awt.PopupMenu)"><b>createPopupMenu</b></a>(PopupMenu)
  <dd>  Creates this toolkit's implementation of <code>PopupMenu</code> using
 the specified peer interface.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#createScrollbar(java.awt.Scrollbar)"><b>createScrollbar</b></a>(Scrollbar)
  <dd>  Creates this toolkit's implementation of <code>Scrollbar</code> using
 the specified peer interface.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#createScrollPane(java.awt.ScrollPane)"><b>createScrollPane</b></a>(ScrollPane)
  <dd>  Creates this toolkit's implementation of <code>ScrollPane</code> using
 the specified peer interface.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#createTextArea(java.awt.TextArea)"><b>createTextArea</b></a>(TextArea)
  <dd>  Creates this toolkit's implementation of <code>TextArea</code> using
 the specified peer interface.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#createTextField(java.awt.TextField)"><b>createTextField</b></a>(TextField)
  <dd>  Creates this toolkit's implementation of <code>TextField</code> using
 the specified peer interface.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#createWindow(java.awt.Window)"><b>createWindow</b></a>(Window)
  <dd>  Creates this toolkit's implementation of <code>Window</code> using
 the specified peer interface.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#getColorModel()"><b>getColorModel</b></a>()
  <dd>  Determines the color model of this toolkit's screen.
  <dt> <img src="images/green-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#getDefaultToolkit()"><b>getDefaultToolkit</b></a>()
  <dd>  Gets the default toolkit.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#getFontList()"><b>getFontList</b></a>()
  <dd>  Returns the names of the available fonts in this toolkit.<p>
 For 1.1, the following font names are deprecated (the replacement
 name follows):
 <ul>
 <li>TimesRoman (use Serif)
 <li>Helvetica (use SansSerif)
 <li>Courier (use Monospaced)
 </ul><p>
 The ZapfDingbats font is also deprecated in 1.1, but only as a
 separate fontname.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#getFontMetrics(java.awt.Font)"><b>getFontMetrics</b></a>(Font)
  <dd>  Gets the screen metrics of the font.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#getFontPeer(java.lang.String, int)"><b>getFontPeer</b></a>(String, int)
  <dd>  Creates this toolkit's implementation of <code>Font</code> using
 the specified peer interface.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#getImage(java.lang.String)"><b>getImage</b></a>(String)
  <dd>  Returns an image which gets pixel data from the specified file.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#getImage(java.net.URL)"><b>getImage</b></a>(URL)
  <dd>  Returns an image which gets pixel data from the specified URL.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#getMenuShortcutKeyMask()"><b>getMenuShortcutKeyMask</b></a>()
  <dd>  Determines which modifier key is the appropriate accelerator
 key for menu shortcuts.
  <dt> <img src="images/green-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#getNativeContainer(java.awt.Component)"><b>getNativeContainer</b></a>(Component)
  <dd>  Give native peers the ability to query the native container
 given a native component (eg the direct parent may be lightweight).
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#getPrintJob(java.awt.Frame, java.lang.String, java.util.Properties)"><b>getPrintJob</b></a>(Frame, String, Properties)
  <dd>  Gets a <code>PrintJob</code> object which is the result
 of initiating a print operation on the toolkit's platform.
  <dt> <img src="images/green-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#getProperty(java.lang.String, java.lang.String)"><b>getProperty</b></a>(String, String)
  <dd>  Gets a property with the specified key and default.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#getScreenResolution()"><b>getScreenResolution</b></a>()
  <dd>  Returns the screen resolution in dots-per-inch.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#getScreenSize()"><b>getScreenSize</b></a>()
  <dd>  Gets the size of the screen.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#getSystemClipboard()"><b>getSystemClipboard</b></a>()
  <dd>  Gets an instance of the system clipboard which interfaces
 with clipboard facilities provided by the native platform.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#getSystemEventQueue()"><b>getSystemEventQueue</b></a>()
  <dd>  Get the application's or applet's EventQueue instance.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#getSystemEventQueueImpl()"><b>getSystemEventQueueImpl</b></a>()
  <dd> 
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#loadSystemColors(int[])"><b>loadSystemColors</b></a>(int[])
  <dd>  Fills in the integer array that is supplied as an argument
 with the current system color values.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#prepareImage(java.awt.Image, int, int, java.awt.image.ImageObserver)"><b>prepareImage</b></a>(Image, int, int, ImageObserver)
  <dd>  Prepares an image for rendering.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#sync()"><b>sync</b></a>()
  <dd>  Synchronizes this toolkit's graphics state.
</dl>
<a name="constructors"></a>
<h2>
  <img src="images/constructors.gif" width=231 height=38 alt="Constructors">
</h2>
<a name="Toolkit"></a>
<a name="Toolkit()"><img src="images/yellow-ball.gif" width=12 height=12 alt=" o "></a>
<b>Toolkit</b>
<pre>
 public Toolkit()
</pre>
<a name="methods"></a>
<h2>
  <img src="images/methods.gif" width=151 height=38 alt="Methods">
</h2>
<a name="createButton(java.awt.Button)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="createButton"><b>createButton</b></a>
<pre>
 protected abstract <a href="java.awt.peer.ButtonPeer.html#_top_">ButtonPeer</a> createButton(<a href="java.awt.Button.html#_top_">Button</a> target)
</pre>
<dl>
  <dd> Creates this toolkit's implementation of <code>Button</code> using
 the specified peer interface.
<p>
  <dd><dl>
    <dt> <b>Parameters:</b>
    <dd> target - the button to be implemented.
    <dt> <b>Returns:</b>
    <dd> this toolkit's implementation of <code>Button</code>.
    <dt> <b>See Also:</b>
    <dd> <a href="java.awt.Button.html#_top_">Button</a>, <a href="java.awt.peer.ButtonPeer.html#_top_">ButtonPeer</a>
  </dl></dd>
</dl>
<a name="createTextField(java.awt.TextField)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="createTextField"><b>createTextField</b></a>
<pre>
 protected abstract <a href="java.awt.peer.TextFieldPeer.html#_top_">TextFieldPeer</a> createTextField(<a href="java.awt.TextField.html#_top_">TextField</a> target)
</pre>
<dl>
  <dd> Creates this toolkit's implementation of <code>TextField</code> using
 the specified peer interface.
<p>
  <dd><dl>
    <dt> <b>Parameters:</b>
    <dd> target - the text field to be implemented.
    <dt> <b>Returns:</b>
    <dd> this toolkit's implementation of <code>TextField</code>.
    <dt> <b>See Also:</b>
    <dd> <a href="java.awt.TextField.html#_top_">TextField</a>, <a href="java.awt.peer.TextFieldPeer.html#_top_">TextFieldPeer</a>
  </dl></dd>
</dl>
<a name="createLabel(java.awt.Label)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="createLabel"><b>createLabel</b></a>
<pre>
 protected abstract <a href="java.awt.peer.LabelPeer.html#_top_">LabelPeer</a> createLabel(<a href="java.awt.Label.html#_top_">Label</a> target)
</pre>
<dl>
  <dd> Creates this toolkit's implementation of <code>Label</code> using
 the specified peer interface.
<p>
  <dd><dl>
    <dt> <b>Parameters:</b>
    <dd> target - the label to be implemented.
    <dt> <b>Returns:</b>
    <dd> this toolkit's implementation of <code>Label</code>.
    <dt> <b>See Also:</b>
    <dd> <a href="java.awt.Label.html#_top_">Label</a>, <a href="java.awt.peer.LabelPeer.html#_top_">LabelPeer</a>
  </dl></dd>
</dl>
<a name="createList(java.awt.List)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="createList"><b>createList</b></a>
<pre>
 protected abstract <a href="java.awt.peer.ListPeer.html#_top_">ListPeer</a> createList(<a href="java.awt.List.html#_top_">List</a> target)
</pre>
<dl>
  <dd> Creates this toolkit's implementation of <code>List</code> using
 the specified peer interface.
<p>
  <dd><dl>
    <dt> <b>Parameters:</b>
    <dd> target - the list to be implemented.
    <dt> <b>Returns:</b>
    <dd> this toolkit's implementation of <code>List</code>.
    <dt> <b>See Also:</b>
    <dd> <a href="java.awt.List.html#_top_">List</a>, <a href="java.awt.peer.ListPeer.html#_top_">ListPeer</a>
  </dl></dd>
</dl>
<a name="createCheckbox(java.awt.Checkbox)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="createCheckbox"><b>createCheckbox</b></a>
<pre>
 protected abstract <a href="java.awt.peer.CheckboxPeer.html#_top_">CheckboxPeer</a> createCheckbox(<a href="java.awt.Checkbox.html#_top_">Checkbox</a> target)
</pre>
<dl>
  <dd> Creates this toolkit's implementation of <code>Checkbox</code> using
 the specified peer interface.
<p>
  <dd><dl>
    <dt> <b>Parameters:</b>
    <dd> target - the check box to be implemented.
    <dt> <b>Returns:</b>
    <dd> this toolkit's implementation of <code>Checkbox</code>.
    <dt> <b>See Also:</b>
    <dd> <a href="java.awt.Checkbox.html#_top_">Checkbox</a>, <a href="java.awt.peer.CheckboxPeer.html#_top_">CheckboxPeer</a>
  </dl></dd>
</dl>
<a name="createScrollbar(java.awt.Scrollbar)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="createScrollbar"><b>createScrollbar</b></a>
<pre>
 protected abstract <a href="java.awt.peer.ScrollbarPeer.html#_top_">ScrollbarPeer</a> createScrollbar(<a href="java.awt.Scrollbar.html#_top_">Scrollbar</a> target)
</pre>
<dl>
  <dd> Creates this toolkit's implementation of <code>Scrollbar</code> using
 the specified peer interface.
<p>
  <dd><dl>
    <dt> <b>Parameters:</b>
    <dd> target - the scroll bar to be implemented.
    <dt> <b>Returns:</b>
    <dd> this toolkit's implementation of <code>Scrollbar</code>.
    <dt> <b>See Also:</b>
    <dd> <a href="java.awt.Scrollbar.html#_top_">Scrollbar</a>, <a href="java.awt.peer.ScrollbarPeer.html#_top_">ScrollbarPeer</a>
  </dl></dd>
</dl>
<a name="createScrollPane(java.awt.ScrollPane)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="createScrollPane"><b>createScrollPane</b></a>
<pre>
 protected abstract <a href="java.awt.peer.ScrollPanePeer.html#_top_">ScrollPanePeer</a> createScrollPane(<a href="java.awt.ScrollPane.html#_top_">ScrollPane</a> target)
</pre>
<dl>
  <dd> Creates this toolkit's implementation of <code>ScrollPane</code> using
 the specified peer interface.
<p>
  <dd><dl>
    <dt> <b>Parameters:</b>
    <dd> target - the scroll pane to be implemented.
    <dt> <b>Returns:</b>
    <dd> this toolkit's implementation of <code>ScrollPane</code>.
    <dt> <b>See Also:</b>
    <dd> <a href="java.awt.ScrollPane.html#_top_">ScrollPane</a>, <a href="java.awt.peer.ScrollPanePeer.html#_top_">ScrollPanePeer</a>
  </dl></dd>
</dl>
<a name="createTextArea(java.awt.TextArea)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="createTextArea"><b>createTextArea</b></a>
<pre>
 protected abstract <a href="java.awt.peer.TextAreaPeer.html#_top_">TextAreaPeer</a> createTextArea(<a href="java.awt.TextArea.html#_top_">TextArea</a> target)
</pre>
<dl>
  <dd> Creates this toolkit's implementation of <code>TextArea</code> using
 the specified peer interface.
<p>
  <dd><dl>
    <dt> <b>Parameters:</b>
    <dd> target - the text area to be implemented.
    <dt> <b>Returns:</b>
    <dd> this toolkit's implementation of <code>TextArea</code>.
    <dt> <b>See Also:</b>
    <dd> <a href="java.awt.TextArea.html#_top_">TextArea</a>, <a href="java.awt.peer.TextAreaPeer.html#_top_">TextAreaPeer</a>
  </dl></dd>
</dl>
<a name="createChoice(java.awt.Choice)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="createChoice"><b>createChoice</b></a>
<pre>
 protected abstract <a href="java.awt.peer.ChoicePeer.html#_top_">ChoicePeer</a> createChoice(<a href="java.awt.Choice.html#_top_">Choice</a> target)
</pre>
<dl>
  <dd> Creates this toolkit's implementation of <code>Choice</code> using
 the specified peer interface.
<p>
  <dd><dl>
    <dt> <b>Parameters:</b>
    <dd> target - the choice to be implemented.
    <dt> <b>Returns:</b>
    <dd> this toolkit's implementation of <code>Choice</code>.
    <dt> <b>See Also:</b>
    <dd> <a href="java.awt.Choice.html#_top_">Choice</a>, <a href="java.awt.peer.ChoicePeer.html#_top_">ChoicePeer</a>
  </dl></dd>
</dl>
<a name="createFrame(java.awt.Frame)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="createFrame"><b>createFrame</b></a>
<pre>
 protected abstract <a href="java.awt.peer.FramePeer.html#_top_">FramePeer</a> createFrame(<a href="java.awt.Frame.html#_top_">Frame</a> target)
</pre>
<dl>
  <dd> Creates this toolkit's implementation of <code>Frame</code> using
 the specified peer interface.
<p>
  <dd><dl>
    <dt> <b>Parameters:</b>
    <dd> target - the frame to be implemented.
    <dt> <b>Returns:</b>
    <dd> this toolkit's implementation of <code>Frame</code>.
    <dt> <b>See Also:</b>
    <dd> <a href="java.awt.Frame.html#_top_">Frame</a>, <a href="java.awt.peer.FramePeer.html#_top_">FramePeer</a>
  </dl></dd>
</dl>
<a name="createCanvas(java.awt.Canvas)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="createCanvas"><b>createCanvas</b></a>
<pre>
 protected abstract <a href="java.awt.peer.CanvasPeer.html#_top_">CanvasPeer</a> createCanvas(<a href="java.awt.Canvas.html#_top_">Canvas</a> target)
</pre>
<dl>
  <dd> Creates this toolkit's implementation of <code>Canvas</code> using
 the specified peer interface.
<p>
  <dd><dl>
    <dt> <b>Parameters:</b>
    <dd> target - the canvas to be implemented.
    <dt> <b>Returns:</b>
    <dd> this toolkit's implementation of <code>Canvas</code>.
    <dt> <b>See Also:</b>
    <dd> <a href="java.awt.Canvas.html#_top_">Canvas</a>, <a href="java.awt.peer.CanvasPeer.html#_top_">CanvasPeer</a>
  </dl></dd>
</dl>
<a name="createPanel(java.awt.Panel)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="createPanel"><b>createPanel</b></a>
<pre>
 protected abstract <a href="java.awt.peer.PanelPeer.html#_top_">PanelPeer</a> createPanel(<a href="java.awt.Panel.html#_top_">Panel</a> target)
</pre>
<dl>
  <dd> Creates this toolkit's implementation of <code>Panel</code> using
 the specified peer interface.
<p>
  <dd><dl>
    <dt> <b>Parameters:</b>
    <dd> target - the panel to be implemented.
    <dt> <b>Returns:</b>
    <dd> this toolkit's implementation of <code>Panel</code>.
    <dt> <b>See Also:</b>
    <dd> <a href="java.awt.Panel.html#_top_">Panel</a>, <a href="java.awt.peer.PanelPeer.html#_top_">PanelPeer</a>
  </dl></dd>
</dl>
<a name="createWindow(java.awt.Window)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="createWindow"><b>createWindow</b></a>
<pre>
 protected abstract <a href="java.awt.peer.WindowPeer.html#_top_">WindowPeer</a> createWindow(<a href="java.awt.Window.html#_top_">Window</a> target)
</pre>
<dl>
  <dd> Creates this toolkit's implementation of <code>Window</code> using
 the specified peer interface.
<p>
  <dd><dl>
    <dt> <b>Parameters:</b>
    <dd> target - the window to be implemented.
    <dt> <b>Returns:</b>
    <dd> this toolkit's implementation of <code>Window</code>.
    <dt> <b>See Also:</b>
    <dd> <a href="java.awt.Window.html#_top_">Window</a>, <a href="java.awt.peer.WindowPeer.html#_top_">WindowPeer</a>
  </dl></dd>
</dl>
<a name="createDialog(java.awt.Dialog)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="createDialog"><b>createDialog</b></a>
<pre>
 protected abstract <a href="java.awt.peer.DialogPeer.html#_top_">DialogPeer</a> createDialog(<a href="java.awt.Dialog.html#_top_">Dialog</a> target)
</pre>
<dl>
  <dd> Creates this toolkit's implementation of <code>Dialog</code> using
 the specified peer interface.
<p>
  <dd><dl>
    <dt> <b>Parameters:</b>
    <dd> target - the dialog to be implemented.
    <dt> <b>Returns:</b>
    <dd> this toolkit's implementation of <code>Dialog</code>.
    <dt> <b>See Also:</b>
    <dd> <a href="java.awt.Dialog.html#_top_">Dialog</a>, <a href="java.awt.peer.DialogPeer.html#_top_">DialogPeer</a>
  </dl></dd>
</dl>
<a name="createMenuBar(java.awt.MenuBar)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="createMenuBar"><b>createMenuBar</b></a>
<pre>
 protected abstract <a href="java.awt.peer.MenuBarPeer.html#_top_">MenuBarPeer</a> createMenuBar(<a href="java.awt.MenuBar.html#_top_">MenuBar</a> target)
</pre>
<dl>
  <dd> Creates this toolkit's implementation of <code>MenuBar</code> using
 the specified peer interface.
<p>
  <dd><dl>
    <dt> <b>Parameters:</b>
    <dd> target - the menu bar to be implemented.
    <dt> <b>Returns:</b>
    <dd> this toolkit's implementation of <code>MenuBar</code>.
    <dt> <b>See Also:</b>
    <dd> <a href="java.awt.MenuBar.html#_top_">MenuBar</a>, <a href="java.awt.peer.MenuBarPeer.html#_top_">MenuBarPeer</a>
  </dl></dd>
</dl>
<a name="createMenu(java.awt.Menu)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="createMenu"><b>createMenu</b></a>
<pre>
 protected abstract <a href="java.awt.peer.MenuPeer.html#_top_">MenuPeer</a> createMenu(<a href="java.awt.Menu.html#_top_">Menu</a> target)
</pre>
<dl>
  <dd> Creates this toolkit's implementation of <code>Menu</code> using
 the specified peer interface.
<p>
  <dd><dl>
    <dt> <b>Parameters:</b>
    <dd> target - the menu to be implemented.
    <dt> <b>Returns:</b>
    <dd> this toolkit's implementation of <code>Menu</code>.
    <dt> <b>See Also:</b>
    <dd> <a href="java.awt.Menu.html#_top_">Menu</a>, <a href="java.awt.peer.MenuPeer.html#_top_">MenuPeer</a>
  </dl></dd>
</dl>
<a name="createPopupMenu(java.awt.PopupMenu)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="createPopupMenu"><b>createPopupMenu</b></a>
<pre>
 protected abstract <a href="java.awt.peer.PopupMenuPeer.html#_top_">PopupMenuPeer</a> createPopupMenu(<a href="java.awt.PopupMenu.html#_top_">PopupMenu</a> target)
</pre>
<dl>
  <dd> Creates this toolkit's implementation of <code>PopupMenu</code> using
 the specified peer interface.
<p>
  <dd><dl>
    <dt> <b>Parameters:</b>
    <dd> target - the popup menu to be implemented.
    <dt> <b>Returns:</b>
    <dd> this toolkit's implementation of <code>PopupMenu</code>.
    <dt> <b>See Also:</b>
    <dd> <a href="java.awt.PopupMenu.html#_top_">PopupMenu</a>, <a href="java.awt.peer.PopupMenuPeer.html#_top_">PopupMenuPeer</a>
  </dl></dd>
</dl>
<a name="createMenuItem(java.awt.MenuItem)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="createMenuItem"><b>createMenuItem</b></a>
<pre>
 protected abstract <a href="java.awt.peer.MenuItemPeer.html#_top_">MenuItemPeer</a> createMenuItem(<a href="java.awt.MenuItem.html#_top_">MenuItem</a> target)
</pre>
<dl>
  <dd> Creates this toolkit's implementation of <code>MenuItem</code> using
 the specified peer interface.
<p>
  <dd><dl>
    <dt> <b>Parameters:</b>
    <dd> target - the menu item to be implemented.
    <dt> <b>Returns:</b>
    <dd> this toolkit's implementation of <code>MenuItem</code>.
    <dt> <b>See Also:</b>
    <dd> <a href="java.awt.MenuItem.html#_top_">MenuItem</a>, <a href="java.awt.peer.MenuItemPeer.html#_top_">MenuItemPeer</a>
  </dl></dd>
</dl>
<a name="createFileDialog(java.awt.FileDialog)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="createFileDialog"><b>createFileDialog</b></a>
<pre>
 protected abstract <a href="java.awt.peer.FileDialogPeer.html#_top_">FileDialogPeer</a> createFileDialog(<a href="java.awt.FileDialog.html#_top_">FileDialog</a> target)
</pre>
<dl>
  <dd> Creates this toolkit's implementation of <code>FileDialog</code> using
 the specified peer interface.
<p>
  <dd><dl>
    <dt> <b>Parameters:</b>
    <dd> target - the file dialog to be implemented.
    <dt> <b>Returns:</b>
    <dd> this toolkit's implementation of <code>FileDialog</code>.
    <dt> <b>See Also:</b>
    <dd> <a href="java.awt.FileDialog.html#_top_">FileDialog</a>, <a href="java.awt.peer.FileDialogPeer.html#_top_">FileDialogPeer</a>
  </dl></dd>
</dl>
<a name="createCheckboxMenuItem(java.awt.CheckboxMenuItem)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="createCheckboxMenuItem"><b>createCheckboxMenuItem</b></a>
<pre>
 protected abstract <a href="java.awt.peer.CheckboxMenuItemPeer.html#_top_">CheckboxMenuItemPeer</a> createCheckboxMenuItem(<a href="java.awt.CheckboxMenuItem.html#_top_">CheckboxMenuItem</a> target)
</pre>
<dl>
  <dd> Creates this toolkit's implementation of <code>CheckboxMenuItem</code> using
 the specified peer interface.
<p>
  <dd><dl>
    <dt> <b>Parameters:</b>
    <dd> target - the checkbox menu item to be implemented.
    <dt> <b>Returns:</b>
    <dd> this toolkit's implementation of <code>CheckboxMenuItem</code>.
    <dt> <b>See Also:</b>
    <dd> <a href="java.awt.CheckboxMenuItem.html#_top_">CheckboxMenuItem</a>, <a href="java.awt.peer.CheckboxMenuItemPeer.html#_top_">CheckboxMenuItemPeer</a>
  </dl></dd>
</dl>
<a name="createComponent(java.awt.Component)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="createComponent"><b>createComponent</b></a>
<pre>
 protected <a href="java.awt.peer.LightweightPeer.html#_top_">LightweightPeer</a> createComponent(<a href="java.awt.Component.html#_top_">Component</a> target)
</pre>
<dl>
  <dd> Creates a peer for a component or container.  This peer is windowless
 and allows the Component and Container classes to be extended directly
 to create windowless components that are defined entirely in java.
<p>
  <dd><dl>
    <dt> <b>Parameters:</b>
    <dd> target - The Component to be created.
  </dl></dd>
</dl>
<a name="getFontPeer(java.lang.String, int)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="getFontPeer"><b>getFontPeer</b></a>
<pre>
 protected abstract <a href="java.awt.peer.FontPeer.html#_top_">FontPeer</a> getFontPeer(<a href="java.lang.String.html#_top_">String</a> name,
                                         int style)
</pre>
<dl>
  <dd> Creates this toolkit's implementation of <code>Font</code> using
 the specified peer interface.
<p>
  <dd><dl>
    <dt> <b>Parameters:</b>
    <dd> target - the font to be implemented.
    <dt> <b>Returns:</b>
    <dd> this toolkit's implementation of <code>Font</code>.
    <dt> <b>See Also:</b>
    <dd> <a href="java.awt.Font.html#_top_">Font</a>, <a href="java.awt.peer.FontPeer.html#_top_">FontPeer</a>
  </dl></dd>
</dl>
<a name="loadSystemColors(int[])"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="loadSystemColors"><b>loadSystemColors</b></a>
<pre>
 protected void loadSystemColors(int systemColors[])
</pre>
<dl>
  <dd> Fills in the integer array that is supplied as an argument
 with the current system color values.
 <p>
 This method is called by the method <code>updateSystemColors</code>
 in the <code>SystemColor</code> class.
<p>
  <dd><dl>
    <dt> <b>Parameters:</b>
    <dd> an - integer array.
    <dt> <b>See Also:</b>
    <dd> <a href="java.awt.SystemColor.html#updateSystemColors">updateSystemColors</a>
  </dl></dd>
</dl>
<a name="getScreenSize()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="getScreenSize"><b>getScreenSize</b></a>
<pre>
 public abstract <a href="java.awt.Dimension.html#_top_">Dimension</a> getScreenSize()
</pre>
<dl>
  <dd> Gets the size of the screen.
<p>
  <dd><dl>
    <dt> <b>Returns:</b>
    <dd> the size of this toolkit's screen, in pixels.
  </dl></dd>
</dl>
<a name="getScreenResolution()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="getScreenResolution"><b>getScreenResolution</b></a>
<pre>
 public abstract int getScreenResolution()
</pre>
<dl>
  <dd> Returns the screen resolution in dots-per-inch.
<p>
  <dd><dl>
    <dt> <b>Returns:</b>
    <dd> this toolkit's screen resolution, in dots-per-inch.
  </dl></dd>
</dl>
<a name="getColorModel()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="getColorModel"><b>getColorModel</b></a>
<pre>
 public abstract <a href="java.awt.image.ColorModel.html#_top_">ColorModel</a> getColorModel()
</pre>
<dl>
  <dd> Determines the color model of this toolkit's screen.
 <p>
 <code>ColorModel</code> is an abstract class that
 encapsulates the ability to translate between the
 pixel values of an image and its red, green, blue,
 and alpha components.
 <p>
 This toolkit method is called by the
 <code>getColorModel</code> method
 of the <code>Component</code> class.
<p>
  <dd><dl>
    <dt> <b>Returns:</b>
    <dd> the color model of this toolkit's screen.
    <dt> <b>See Also:</b>
    <dd> <a href="java.awt.image.ColorModel.html#_top_">ColorModel</a>, <a href="java.awt.Component.html#getColorModel">getColorModel</a>
  </dl></dd>
</dl>
<a name="getFontList()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="getFontList"><b>getFontList</b></a>
<pre>
 public abstract <a href="java.lang.String.html#_top_">String</a>[] getFontList()
</pre>
<dl>
  <dd> Returns the names of the available fonts in this toolkit.<p>
 For 1.1, the following font names are deprecated (the replacement
 name follows):
 <ul>
 <li>TimesRoman (use Serif)
 <li>Helvetica (use SansSerif)
 <li>Courier (use Monospaced)
 </ul><p>
 The ZapfDingbats font is also deprecated in 1.1, but only as a
 separate fontname.  Unicode defines the ZapfDingbat characters
 starting at ?, and as of 1.1 Java supports those characters.
<p>
  <dd><dl>
    <dt> <b>Returns:</b>
    <dd> the names of the available fonts in this toolkit.
  </dl></dd>
</dl>
<a name="getFontMetrics(java.awt.Font)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="getFontMetrics"><b>getFontMetrics</b></a>
<pre>
 public abstract <a href="java.awt.FontMetrics.html#_top_">FontMetrics</a> getFontMetrics(<a href="java.awt.Font.html#_top_">Font</a> font)
</pre>
<dl>
  <dd> Gets the screen metrics of the font.
<p>
  <dd><dl>
    <dt> <b>Parameters:</b>
    <dd> font - a font.
    <dt> <b>Returns:</b>
    <dd> the screen metrics of the specified font in this toolkit.
  </dl></dd>
</dl>
<a name="sync()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="sync"><b>sync</b></a>
<pre>
 public abstract void sync()
</pre>
<dl>
  <dd> Synchronizes this toolkit's graphics state. Some window systems
 may do buffering of graphics events.
 <p>
 This method ensures that the display is up-to-date. It is useful
 for animation.
<p>
</dl>
<a name="getDefaultToolkit()"><img src="images/green-ball.gif" width=12 height=12 alt=" o "></a>
<a name="getDefaultToolkit"><b>getDefaultToolkit</b></a>
<pre>
 public static <a href="#_top_">Toolkit</a> getDefaultToolkit()
</pre>
<dl>
  <dd> Gets the default toolkit.
 <p>
 If there is a system property named <code>"awt.toolkit"</code>,
 that property is treated as the name of a class that is a subclass
 of <code>Toolkit</code>.
 <p>
 If the system property does not exist, then the default toolkit
 used is the class named <code>"sun.awt.motif.MToolkit"</code>,
 which is a motif implementation of the Abstract Window Toolkit.
<p>
  <dd><dl>
    <dt> <b>Returns:</b>
    <dd> the default toolkit.
    <dt> <b>Throws:</b> <a href="java.awt.AWTError.html#_top_">AWTError</a>
    <dd> if a toolkit could not be found, or
                 if one could not be accessed or instantiated.
  </dl></dd>
</dl>
<a name="getImage(java.lang.String)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="getImage"><b>getImage</b></a>
<pre>
 public abstract <a href="java.awt.Image.html#_top_">Image</a> getImage(<a href="java.lang.String.html#_top_">String</a> filename)
</pre>
<dl>
  <dd> Returns an image which gets pixel data from the specified file.
<p>
  <dd><dl>
    <dt> <b>Parameters:</b>
    <dd> filename - the name of a file containing pixel data
                         in a recognized file format.
    <dt> <b>Returns:</b>
    <dd> an image which gets its pixel data from
                         the specified file.
  </dl></dd>
</dl>
<a name="getImage(java.net.URL)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="getImage"><b>getImage</b></a>
<pre>
 public abstract <a href="java.awt.Image.html#_top_">Image</a> getImage(<a href="java.net.URL.html#_top_">URL</a> url)
</pre>
<dl>
  <dd> Returns an image which gets pixel data from the specified URL.
<p>
  <dd><dl>
    <dt> <b>Parameters:</b>
    <dd> url - the URL to use in fetching the pixel data.
    <dt> <b>Returns:</b>
    <dd> an image which gets its pixel data from
                         the specified URL.
  </dl></dd>
</dl>
<a name="prepareImage(java.awt.Image, int, int, java.awt.image.ImageObserver)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="prepareImage"><b>prepareImage</b></a>
<pre>
 public abstract boolean prepareImage(<a href="java.awt.Image.html#_top_">Image</a> image,
                                      int width,
                                      int height,
                                      <a href="java.awt.image.ImageObserver.html#_top_">ImageObserver</a> observer)
</pre>
<dl>
  <dd> Prepares an image for rendering.
 <p>
 If the values of the width and height arguments are both
 <code>-1</code>, this method prepares the image for rendering
 on the default screen; otherwise, this method prepares an image
 for rendering on the default screen at the specified width and height.
 <p>
 The image data is downloaded asynchronously in another thread,
 and an appropriately scaled screen representation of the image is
 generated.
 <p>
 This method is called by components <code>prepareImage</code>
 methods.
 <p>
 Information on the flags returned by this method can be found
 with the definition of the <code>ImageObserver</code> interface.
<p>
  <dd><dl>
    <dt> <b>Parameters:</b>
    <dd> image - the image for which to prepare a
                           screen representation.
    <dd> width - the width of the desired screen
                           representation, or <code>-1</code>.
    <dd> height - the height of the desired screen
                           representation, or <code>-1</code>.
    <dd> observer - the <code>ImageObserver</code>
                           object to be notified as the
                           image is being prepared.
    <dt> <b>Returns:</b>
    <dd> <code>true</code> if the image has already been
                 fully prepared; <code>false</code> otherwise.
    <dt> <b>See Also:</b>
    <dd> <a href="java.awt.Component.html#prepareImage(java.awt.Image,
                 java.awt.image.ImageObserver)">prepareImage</a>, <a href="java.awt.Component.html#prepareImage(java.awt.Image,
                 int, int, java.awt.image.ImageObserver)">prepareImage</a>, <a href="java.awt.image.ImageObserver.html#_top_">ImageObserver</a>
  </dl></dd>
</dl>
<a name="checkImage(java.awt.Image, int, int, java.awt.image.ImageObserver)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="checkImage"><b>checkImage</b></a>
<pre>
 public abstract int checkImage(<a href="java.awt.Image.html#_top_">Image</a> image,
                                int width,
                                int height,
                                <a href="java.awt.image.ImageObserver.html#_top_">ImageObserver</a> observer)
</pre>
<dl>
  <dd> Indicates the construction status of a specified image that is
 being prepared for display.
 <p>
 If the values of the width and height arguments are both
 <code>-1</code>, this method returns the construction status of
 a screen representation of the specified image in this toolkit.
 Otherwise, this method returns the construction status of a
 scaled representation of the image at the specified width
 and height.
 <p>
 This method does not cause the image to begin loading.
 An application must call <code>prepareImage</code> to force
 the loading of an image.
 <p>
 This method is called by the component's <code>checkImage</code>
 methods.
 <p>
 Information on the flags returned by this method can be found
 with the definition of the <code>ImageObserver</code> interface.
<p>
  <dd><dl>
    <dt> <b>Parameters:</b>
    <dd> image - the image whose status is being checked.
    <dd> width - the width of the scaled version whose status is
                 being checked, or <code>-1</code>.
    <dd> height - the height of the scaled version whose status
                 is being checked, or <code>-1</code>.
    <dd> observer - the <code>ImageObserver</code> object to be
                 notified as the image is being prepared.
    <dt> <b>Returns:</b>
    <dd> the bitwise inclusive <strong>OR</strong> of the
                 <code>ImageObserver</code> flags for the
                 image data that is currently available.
    <dt> <b>See Also:</b>
    <dd> <a href="#prepareImage(java.awt.Image,
                 int, int, java.awt.image.ImageObserver)">prepareImage</a>, <a href="java.awt.Component.html#checkImage(java.awt.Image,
                 java.awt.image.ImageObserver)">checkImage</a>, <a href="java.awt.Component.html#checkImage(java.awt.Image,
                 int, int, java.awt.image.ImageObserver)">checkImage</a>, <a href="java.awt.image.ImageObserver.html#_top_">ImageObserver</a>
  </dl></dd>
</dl>
<a name="createImage(java.awt.image.ImageProducer)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="createImage"><b>createImage</b></a>
<pre>
 public abstract <a href="java.awt.Image.html#_top_">Image</a> createImage(<a href="java.awt.image.ImageProducer.html#_top_">ImageProducer</a> producer)
</pre>
<dl>
  <dd> Creates an image with the specified image producer.
<p>
  <dd><dl>
    <dt> <b>Parameters:</b>
    <dd> producer - the image producer to be used.
    <dt> <b>Returns:</b>
    <dd> an image with the specified image producer.
    <dt> <b>See Also:</b>
    <dd> <a href="java.awt.Image.html#_top_">Image</a>, <a href="java.awt.image.ImageProducer.html#_top_">ImageProducer</a>, <a href="java.awt.Component.html#createImage(java.awt.image.ImageProducer)">createImage</a>
  </dl></dd>
</dl>
<a name="createImage(byte[])"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="createImage"><b>createImage</b></a>
<pre>
 public <a href="java.awt.Image.html#_top_">Image</a> createImage(byte imagedata[])
</pre>
<dl>
  <dd> Creates an image which decodes the image stored in the specified
 byte array.
 <p>
 The data must be in some image format, such as GIF or JPEG,
 that is supported by this toolkit.
<p>
  <dd><dl>
    <dt> <b>Parameters:</b>
    <dd> imagedata - an array of bytes, representing
                         image data in a supported image format.
    <dt> <b>Returns:</b>
    <dd> an image.
  </dl></dd>
</dl>
<a name="createImage(byte[], int, int)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="createImage"><b>createImage</b></a>
<pre>
 public abstract <a href="java.awt.Image.html#_top_">Image</a> createImage(byte imagedata[],
                                   int imageoffset,
                                   int imagelength)
</pre>
<dl>
  <dd> Creates an image which decodes the image stored in the specified
 byte array, and at the specified offset and length.
 The data must be in some image format, such as GIF or JPEG,
 that is supported by this toolkit.
<p>
  <dd><dl>
    <dt> <b>Parameters:</b>
    <dd> imagedata - an array of bytes, representing
                         image data in a supported image format.
    <dd> imageoffset - the offset of the beginning
                         of the data in the array.
    <dd> imagelength - the length of the data in the array.
    <dt> <b>Returns:</b>
    <dd> an image.
  </dl></dd>
</dl>
<a name="getPrintJob(java.awt.Frame, java.lang.String, java.util.Properties)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="getPrintJob"><b>getPrintJob</b></a>
<pre>
 public abstract <a href="java.awt.PrintJob.html#_top_">PrintJob</a> getPrintJob(<a href="java.awt.Frame.html#_top_">Frame</a> frame,
                                      <a href="java.lang.String.html#_top_">String</a> jobtitle,
                                      <a href="java.util.Properties.html#_top_">Properties</a> props)
</pre>
<dl>
  <dd> Gets a <code>PrintJob</code> object which is the result
 of initiating a print operation on the toolkit's platform.
<p>
  <dd><dl>
    <dt> <b>Returns:</b>
    <dd> a <code>PrintJob</code> object, or
                  <code>null</code> if the user
                  cancelled the print job.
    <dt> <b>See Also:</b>
    <dd> <a href="java.awt.PrintJob.html#_top_">PrintJob</a>
  </dl></dd>
</dl>
<a name="beep()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="beep"><b>beep</b></a>
<pre>
 public abstract void beep()
</pre>
<dl>
  <dd> Emits an audio beep.
<p>
</dl>
<a name="getSystemClipboard()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="getSystemClipboard"><b>getSystemClipboard</b></a>
<pre>
 public abstract <a href="java.awt.datatransfer.Clipboard.html#_top_">Clipboard</a> getSystemClipboard()
</pre>
<dl>
  <dd> Gets an instance of the system clipboard which interfaces
 with clipboard facilities provided by the native platform.
 <p>
 This clipboard enables data transfer between Java programs
 and native applications which use native clipboard facilities.
<p>
  <dd><dl>
    <dt> <b>Returns:</b>
    <dd> an instance of the system clipboard.
    <dt> <b>See Also:</b>
    <dd> <a href="java.awt.datatransfer.Clipboard.html#_top_">Clipboard</a>
  </dl></dd>
</dl>
<a name="getMenuShortcutKeyMask()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="getMenuShortcutKeyMask"><b>getMenuShortcutKeyMask</b></a>
<pre>
 public int getMenuShortcutKeyMask()
</pre>
<dl>
  <dd> Determines which modifier key is the appropriate accelerator
 key for menu shortcuts.
 <p>
 Menu shortcuts, which are embodied in the
 <code>MenuShortcut</code> class, are handled by the
 <code>MenuBar</code> class.
 <p>
 By default, this method returns <code>Event.CTRL_MASK</code>.
 Toolkit implementations should override this method if the
 <b>Control</b> key isn't the correct key for accelerators.
<p>
  <dd><dl>
    <dt> <b>Returns:</b>
    <dd> the modifier mask on the <code>Event</code> class
                 that is used for menu shortcuts on this toolkit.
    <dt> <b>See Also:</b>
    <dd> <a href="java.awt.MenuBar.html#_top_">MenuBar</a>, <a href="java.awt.MenuShortcut.html#_top_">MenuShortcut</a>
  </dl></dd>
</dl>
<a name="getNativeContainer(java.awt.Component)"><img src="images/green-ball.gif" width=12 height=12 alt=" o "></a>
<a name="getNativeContainer"><b>getNativeContainer</b></a>
<pre>
 protected static <a href="java.awt.Container.html#_top_">Container</a> getNativeContainer(<a href="java.awt.Component.html#_top_">Component</a> c)
</pre>
<dl>
  <dd> Give native peers the ability to query the native container
 given a native component (eg the direct parent may be lightweight).
<p>
</dl>
<a name="getProperty(java.lang.String, java.lang.String)"><img src="images/green-ball.gif" width=12 height=12 alt=" o "></a>
<a name="getProperty"><b>getProperty</b></a>
<pre>
 public static <a href="java.lang.String.html#_top_">String</a> getProperty(<a href="java.lang.String.html#_top_">String</a> key,
                                  <a href="java.lang.String.html#_top_">String</a> defaultValue)
</pre>
<dl>
  <dd> Gets a property with the specified key and default.
 This method returns defaultValue if the property is not found.
<p>
</dl>
<a name="getSystemEventQueue()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="getSystemEventQueue"><b>getSystemEventQueue</b></a>
<pre>
 public final <a href="java.awt.EventQueue.html#_top_">EventQueue</a> getSystemEventQueue()
</pre>
<dl>
  <dd> Get the application's or applet's EventQueue instance.
 Depending on the Toolkit implementation, different EventQueues
 may be returned for different applets.  Applets should
 therefore not assume that the EventQueue instance returned
 by this method will be shared by other applets or the system.
<p>
</dl>
<a name="getSystemEventQueueImpl()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="getSystemEventQueueImpl"><b>getSystemEventQueueImpl</b></a>
<pre>
 protected abstract <a href="java.awt.EventQueue.html#_top_">EventQueue</a> getSystemEventQueueImpl()
</pre>
<hr>
<pre>
<a href="packages.html">All Packages</a>  <a href="tree.html">Class Hierarchy</a>  <a href="Package-java.awt.html">This Package</a>  <a href="java.awt.TextField.html#_top_">Previous</a>  <a href="java.awt.Window.html#_top_">Next</a>  <a href="AllNames.html">Index</a></pre>
</body>
</html>
