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

Diff of /classpath/java/awt/MenuComponent.java

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

revision 1.8 by tromey, Fri Jan 18 01:02:07 2002 UTC revision 1.9 by tromey, Tue Jan 22 22:00:14 2002 UTC
# Line 221  getToolkit() Line 221  getToolkit()
221    *    *
222    * @return The synchronization lock for this component.    * @return The synchronization lock for this component.
223    */    */
224  public final Object  protected final Object
225  getTreeLock()  getTreeLock()
226  {  {
227    return(tree_lock);    return(tree_lock);
# Line 292  processEvent(AWTEvent event) Line 292  processEvent(AWTEvent event)
292  public String  public String
293  toString()  toString()
294  {  {
295    return(getClass().getName() + "(" + getName() + ")");    return this.getClass().getName() + "[" + paramString() + "]";
296  }  }
297    
298  /*************************************************************************/  /*************************************************************************/
# Line 303  toString() Line 303  toString()
303  protected String  protected String
304  paramString()  paramString()
305  {  {
306    return(toString());    return "name=" + getName();
307  }  }
308    
309  // Accessibility API not yet implemented.  // Accessibility API not yet implemented.

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

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