/[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 by mark, Sat Jun 26 16:07:02 2004 UTC revision 1.2 by mkoch, Fri Oct 22 12:44:00 2004 UTC
# Line 35  this exception to your version of the li Line 35  this exception to your version of the li
35  obligated to do so.  If you do not wish to do so, delete this  obligated to do so.  If you do not wish to do so, delete this
36  exception statement from your version. */  exception statement from your version. */
37    
38    
39  package javax.swing.plaf.basic;  package javax.swing.plaf.basic;
40    
41  import java.awt.BorderLayout;  import java.awt.BorderLayout;
# Line 50  import java.awt.event.MouseEvent; Line 51  import java.awt.event.MouseEvent;
51  import java.beans.PropertyChangeEvent;  import java.beans.PropertyChangeEvent;
52  import java.beans.PropertyChangeListener;  import java.beans.PropertyChangeListener;
53  import java.beans.PropertyVetoException;  import java.beans.PropertyVetoException;
54    
55  import javax.swing.Icon;  import javax.swing.Icon;
56  import javax.swing.JButton;  import javax.swing.JButton;
57  import javax.swing.JComponent;  import javax.swing.JComponent;
# Line 62  import javax.swing.event.MouseInputAdapt Line 64  import javax.swing.event.MouseInputAdapt
64  import javax.swing.event.MouseInputListener;  import javax.swing.event.MouseInputListener;
65  import javax.swing.plaf.ComponentUI;  import javax.swing.plaf.ComponentUI;
66  import javax.swing.plaf.DesktopIconUI;  import javax.swing.plaf.DesktopIconUI;
 import javax.swing.plaf.DesktopPaneUI;  
   
67    
68  /**  /**
69   * This class acts as the UI delegate for JDesktopIcons for the Basic look and feel.   * This class acts as the UI delegate for JDesktopIcons for the Basic look and feel.

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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