/[classpath]/classpath/java/applet/Applet.java
ViewVC logotype

Diff of /classpath/java/applet/Applet.java

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

revision 1.9.2.2 by gnu_andrew, Sun Jan 16 15:15:11 2005 UTC revision 1.9.2.3 by gnu_andrew, Sat Feb 19 10:50:28 2005 UTC
# Line 1  Line 1 
1  /* Applet.java -- Java base applet class  /* Applet.java -- Java base applet class
2     Copyright (C) 1999, 2002, 2004  Free Software Foundation, Inc.     Copyright (C) 1999, 2002, 2004, 2005  Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 63  import javax.accessibility.AccessibleSta Line 63  import javax.accessibility.AccessibleSta
63   * are init, stop, and destroy for control purposes, and getAppletInfo and   * are init, stop, and destroy for control purposes, and getAppletInfo and
64   * getParameterInfo for descriptive purposes.   * getParameterInfo for descriptive purposes.
65   *   *
66   * @author Aaron M. Renn <arenn@urbanophile.com>   * @author Aaron M. Renn (arenn@urbanophile.com)
67   * @author Eric Blake <ebb9@email.byu.edu>   * @author Eric Blake (ebb9@email.byu.edu)
68   * @since 1.0   * @since 1.0
69   * @status updated to 1.4   * @status updated to 1.4
70   */   */
# Line 477  public class Applet extends Panel Line 477  public class Applet extends Panel
477     * This class provides accessibility support for Applets, and is the     * This class provides accessibility support for Applets, and is the
478     * runtime type returned by {@link #getAccessibleContext()}.     * runtime type returned by {@link #getAccessibleContext()}.
479     *     *
480     * @author Eric Blake <ebb9@email.byu.edu>     * @author Eric Blake (ebb9@email.byu.edu)
481     * @since 1.3     * @since 1.3
482     */     */
483    protected class AccessibleApplet extends AccessibleAWTPanel    protected class AccessibleApplet extends AccessibleAWTPanel

Legend:
Removed from v.1.9.2.2  
changed lines
  Added in v.1.9.2.3

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