/[classpath]/classpath/javax/swing/plaf/basic/BasicDesktopIconUI.java
ViewVC logotype

Diff of /classpath/javax/swing/plaf/basic/BasicDesktopIconUI.java

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

revision 1.1.2.1 by gnu_andrew, Sat Jan 15 17:02:21 2005 UTC revision 1.1.2.2 by gnu_andrew, Thu Apr 28 23:00:14 2005 UTC
# Line 1  Line 1 
1  /* BasicDesktopIconUI.java --  /* BasicDesktopIconUI.java --
2     Copyright (C) 2004 Free Software Foundation, Inc.     Copyright (C) 2004, 2005 Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 302  public class BasicDesktopIconUI extends Line 302  public class BasicDesktopIconUI extends
302    /** The MouseListener responsible for reacting to MouseEvents on the JDesktopIcon. */    /** The MouseListener responsible for reacting to MouseEvents on the JDesktopIcon. */
303    private transient MouseInputListener mouseHandler;    private transient MouseInputListener mouseHandler;
304    
305    /** The Button in the JDesktopIcon responsible for deiconifying it. */    /** The Button in the JDesktopIcon responsible for deiconifying it.
306    private transient BoundButton button;     * This is package-private to avoid an accessor method. */
307      transient BoundButton button;
308    
309    /** The PropertyChangeListener listening to the JDesktopIcon. */    /** The PropertyChangeListener listening to the JDesktopIcon. */
310    private transient PropertyChangeListener propertyHandler;    private transient PropertyChangeListener propertyHandler;

Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2

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