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

Diff of /classpath/java/awt/List.java

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

revision 1.6 by mark, Tue Jan 22 22:26:58 2002 UTC revision 1.7 by tromey, Wed Jan 30 02:49:10 2002 UTC
# Line 858  deselect(int index) Line 858  deselect(int index)
858  public void  public void
859  addNotify()  addNotify()
860  {  {
861    if (peer != null)    if (peer == null)
862      peer = getToolkit ().createList (this);      peer = getToolkit ().createList (this);
863    super.addNotify ();    super.addNotify ();
864  }  }

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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