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

Diff of /classpath/java/awt/Container.java

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

revision 1.11 by ericb, Wed May 8 03:07:24 2002 UTC revision 1.12 by mkoch, Thu Sep 26 05:44:11 2002 UTC
# Line 205  public class Container extends Component Line 205  public class Container extends Component
205     *     *
206     * @return The same component that was added.     * @return The same component that was added.
207     *     *
208     * @param throws ArrayIndexOutOfBounds If the specified index is invalid.     * @throws ArrayIndexOutOfBounds If the specified index is invalid.
209     */     */
210    public Component add(Component comp, int index)    public Component add(Component comp, int index)
211    {    {
# Line 236  public class Container extends Component Line 236  public class Container extends Component
236     * @param index The index in the component list to insert this child     * @param index The index in the component list to insert this child
237     * at, or -1 to add at the end of the list.     * at, or -1 to add at the end of the list.
238     *     *
239     * @param throws ArrayIndexOutOfBounds If the specified index is invalid.     * @throws ArrayIndexOutOfBounds If the specified index is invalid.
240     */     */
241    public void add(Component comp, Object constraints, int index)    public void add(Component comp, Object constraints, int index)
242    {    {
# Line 256  public class Container extends Component Line 256  public class Container extends Component
256     * @param index The index in the component list to insert this child     * @param index The index in the component list to insert this child
257     * at, or -1 to add at the end of the list.     * at, or -1 to add at the end of the list.
258     *     *
259     * @param throws ArrayIndexOutOfBounds If the specified index is invalid.     * @throws ArrayIndexOutOfBounds If the specified index is invalid.
260     */     */
261    protected void addImpl(Component comp, Object constraints, int index)    protected void addImpl(Component comp, Object constraints, int index)
262    {    {

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

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