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

Diff of /classpath/javax/swing/plaf/basic/BasicDesktopPaneUI.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.1.2.1 by gnu_andrew, Sat Jan 15 17:02:21 2005 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.Dimension;  import java.awt.Dimension;
 import java.awt.Graphics;  
 import java.awt.Insets;  
42  import java.awt.event.ActionEvent;  import java.awt.event.ActionEvent;
 import java.awt.event.MouseEvent;  
43  import java.beans.PropertyVetoException;  import java.beans.PropertyVetoException;
44    
45  import javax.swing.AbstractAction;  import javax.swing.AbstractAction;
46  import javax.swing.DefaultDesktopManager;  import javax.swing.DefaultDesktopManager;
47  import javax.swing.DesktopManager;  import javax.swing.DesktopManager;
48  import javax.swing.JComponent;  import javax.swing.JComponent;
49  import javax.swing.JDesktopPane;  import javax.swing.JDesktopPane;
50  import javax.swing.JInternalFrame;  import javax.swing.JInternalFrame;
 import javax.swing.JInternalFrame.JDesktopIcon;  
51  import javax.swing.KeyStroke;  import javax.swing.KeyStroke;
52  import javax.swing.UIDefaults;  import javax.swing.UIDefaults;
53  import javax.swing.UIManager;  import javax.swing.UIManager;
 import javax.swing.event.MouseInputAdapter;  
 import javax.swing.event.MouseInputListener;  
54  import javax.swing.plaf.ComponentUI;  import javax.swing.plaf.ComponentUI;
 import javax.swing.plaf.DesktopIconUI;  
55  import javax.swing.plaf.DesktopPaneUI;  import javax.swing.plaf.DesktopPaneUI;
56    
   
57  /**  /**
58   * This class is the UI delegate for JDesktopPane for the Basic look and feel.   * This class is the UI delegate for JDesktopPane for the Basic look and feel.
59   */   */
# Line 267  public class BasicDesktopPaneUI extends Line 261  public class BasicDesktopPaneUI extends
261      }      }
262    }    }
263    
264    /** The KeyStroke associated with closing JInternalFrames. */    /**
265       * The KeyStroke associated with closing JInternalFrames.
266       * @deprecated
267       */
268    protected KeyStroke closeKey;    protected KeyStroke closeKey;
269    
270    /** The KeyStroke associated with maximizing JInternalFrames. */    /**
271       * The KeyStroke associated with maximizing JInternalFrames.
272       * @deprecated
273       */
274    protected KeyStroke maximizeKey;    protected KeyStroke maximizeKey;
275    
276    /** The KeyStroke associated with minimizing JInternalFrames. */    /**
277       * The KeyStroke associated with minimizing JInternalFrames.
278       * @deprecated
279       */
280    protected KeyStroke minimizeKey;    protected KeyStroke minimizeKey;
281    
282    /**    /**
283     * The KeyStroke associated with navigating (forward?) through     * The KeyStroke associated with navigating (forward?) through
284     * JInternalFrames.     * JInternalFrames.
285       * @deprecated
286     */     */
287    protected KeyStroke navigateKey;    protected KeyStroke navigateKey;
288    
289    /**    /**
290     * The KeyStroke associated with navigating (backward?) through     * The KeyStroke associated with navigating (backward?) through
291     * JInternalFrames.     * JInternalFrames.
292       * @deprecated
293     */     */
294    protected KeyStroke navigateKey2;    protected KeyStroke navigateKey2;
295    

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

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