setVisible(true) on a Window, Frame or Dialog may occur asynchronously.
setSize, setBounds or setLocation on a Window, Frame or Dialog are forwarded to the underlying window management system and may be ignored or modified. See {@link ae.java.awt.Window} formore information. 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 ae.java.awt package with their counterparts in ae.java.awt.peer. Some methods defined by Toolkit query the native operating system directly.
@author Sami Shaio
@author Arthur van Hoff
@author Fred Ecks
@since JDK1.0
setVisible(true) on a Window, Frame or Dialog may occur asynchronously.
setSize, setBounds or setLocation on a Window, Frame or Dialog are forwarded to the underlying window management system and may be ignored or modified. See {@link java.awt.Window} formore information. 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.
@version 1.203, 12/19/03
@author Sami Shaio
@author Arthur van Hoff
@author Fred Ecks
@since JDK1.0
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |