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

Diff of /classpath/java/awt/ScrollPane.java

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

revision 1.22 by mkoch, Wed Dec 29 14:18:25 2004 UTC revision 1.23 by mkoch, Thu Dec 30 19:02:06 2004 UTC
# Line 599  paramString() Line 599  paramString()
599    }    }
600    
601    /**    /**
602     * Gets the AccessibleContext associated with this <code>Scrollbar</code>.     * Gets the AccessibleContext associated with this <code>ScrollPane</code>.
603     * The context is created, if necessary.     * The context is created, if necessary.
604     *     *
605     * @return the associated context     * @return the associated context
# Line 608  paramString() Line 608  paramString()
608    {    {
609      /* Create the context if this is the first request */      /* Create the context if this is the first request */
610      if (accessibleContext == null)      if (accessibleContext == null)
611        {        accessibleContext = new AccessibleAWTScrollPane();
         /* Create the context */  
         accessibleContext = new AccessibleAWTScrollPane();  
       }  
612      return accessibleContext;      return accessibleContext;
613    }    }
614  } // class ScrollPane  } // class ScrollPane

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

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