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

Diff of /classpath/java/awt/Label.java

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

revision 1.10 by mkoch, Tue Jan 14 21:30:38 2003 UTC revision 1.11 by mkoch, Thu Feb 13 19:32:37 2003 UTC
# Line 40  package java.awt; Line 40  package java.awt;
40    
41  import java.awt.peer.LabelPeer;  import java.awt.peer.LabelPeer;
42  import java.awt.peer.ComponentPeer;  import java.awt.peer.ComponentPeer;
 import java.io.Serializable;  
43  import javax.accessibility.Accessible;  import javax.accessibility.Accessible;
44    
45  /**  /**
# Line 50  import javax.accessibility.Accessible; Line 49  import javax.accessibility.Accessible;
49    * @author Aaron M. Renn (arenn@urbanophile.com)    * @author Aaron M. Renn (arenn@urbanophile.com)
50    * @author Tom Tromey <tromey@cygnus.com>    * @author Tom Tromey <tromey@cygnus.com>
51    */    */
52  public class Label extends Component implements Serializable, Accessible  public class Label extends Component implements Accessible
53  {  {
54    
55  /*  /*
# Line 225  setText(String text) Line 224  setText(String text)
224  /*************************************************************************/  /*************************************************************************/
225    
226  /**  /**
227    * Notifies this lable that it has been added to a container, causing    * Notifies this label that it has been added to a container, causing
228    * the peer to be created.  This method is called internally by the AWT    * the peer to be created.  This method is called internally by the AWT
229    * system.    * system.
230    */    */

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

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