/[classpath]/classpath/java/awt/Window.java
ViewVC logotype

Diff of /classpath/java/awt/Window.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.37 by mkoch, Mon Sep 27 15:11:46 2004 UTC revision 1.38 by mkoch, Tue Nov 16 09:59:11 2004 UTC
# Line 142  public class Window extends Container im Line 142  public class Window extends Container im
142     * Initializes a new instance of <code>Window</code> with the specified     * Initializes a new instance of <code>Window</code> with the specified
143     * parent.  The window will initially be invisible.     * parent.  The window will initially be invisible.
144     *     *
145     * @param parent The owning <code>Frame</code> of this window.     * @param owner The owning <code>Frame</code> of this window.
146     *     *
147     * @exception IllegalArgumentException If the owner's GraphicsConfiguration     * @exception IllegalArgumentException If the owner's GraphicsConfiguration
148     * is not from a screen device, or if owner is null; this exception is always     * is not from a screen device, or if owner is null; this exception is always
# Line 605  public class Window extends Container im Line 605  public class Window extends Container im
605     * <code>processWindowEvent()</code> is called to process the event,     * <code>processWindowEvent()</code> is called to process the event,
606     * otherwise the superclass version of this method is invoked.     * otherwise the superclass version of this method is invoked.
607     *     *
608     * @param event The event to process.     * @param evt The event to process.
609     */     */
610    protected void processEvent(AWTEvent evt)    protected void processEvent(AWTEvent evt)
611    {    {
# Line 621  public class Window extends Container im Line 621  public class Window extends Container im
621     * invoked if it is enabled via <code>enableEvents()</code> or if     * invoked if it is enabled via <code>enableEvents()</code> or if
622     * a listener has been added.     * a listener has been added.
623     *     *
624     * @param event The event to process.     * @param evt The event to process.
625     */     */
626    protected void processWindowEvent(WindowEvent evt)    protected void processWindowEvent(WindowEvent evt)
627    {    {
# Line 711  public class Window extends Container im Line 711  public class Window extends Container im
711    /**    /**
712     * Post a Java 1.0 event to the event queue.     * Post a Java 1.0 event to the event queue.
713     *     *
714     * @param event The event to post.     * @param e The event to post.
715     *     *
716     * @deprecated     * @deprecated
717     */     */

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.38

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26