samples/friendpackage/src/apipkg/AccessorImpl.java
changeset 35 ecab95a52f10
parent 29 484b8c9788c9
child 36 850133dd7e4d
     1.1 --- a/samples/friendpackage/src/apipkg/AccessorImpl.java	Sat Jun 14 09:51:13 2008 +0200
     1.2 +++ b/samples/friendpackage/src/apipkg/AccessorImpl.java	Sat Jun 14 09:51:30 2008 +0200
     1.3 @@ -7,13 +7,14 @@
     1.4   * http://www.sun.com/
     1.5   * 
     1.6   * The Original Code is NetBeans. The Initial Developer of the Original
     1.7 - * Code is Jaroslav Tulach. Portions Copyright 2007 Jaroslav Tulach. 
     1.8 - * All Rights Reserved.
     1.9 + * Code is Sun Microsystems, Inc. Portions Copyright 1999-2006 Sun
    1.10 + * Microsystems, Inc. All Rights Reserved.
    1.11   */
    1.12  
    1.13  package apipkg;
    1.14  
    1.15  import implpkg.Accessor;
    1.16 +import javax.swing.event.ChangeEvent;
    1.17  import javax.swing.event.ChangeListener;
    1.18  
    1.19  /** The bridge between api and impl package.