/[classpath]/classpath/javax/swing/plaf/DesktopPaneUI.java
ViewVC logotype

Diff of /classpath/javax/swing/plaf/DesktopPaneUI.java

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

revision 1.1 by aselkirk, Tue May 28 05:18:35 2002 UTC revision 1.2 by brawer, Tue Jun 24 14:08:45 2003 UTC
# Line 1  Line 1 
1  /* DesktopPaneUI.java --  /* DesktopPaneUI.java --
2     Copyright (C) 2002 Free Software Foundation, Inc.     Copyright (C) 2003 Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 38  exception statement from your version. * Line 38  exception statement from your version. *
38  package javax.swing.plaf;  package javax.swing.plaf;
39    
40  /**  /**
41   * DesktopPaneUI   * An abstract base class for delegates that implement the pluggable
42   * @author      Andrew Selkirk   * look and feel for a <code>JDesktopPane</code>.
43   * @version     1.0   *
44     * @see javax.swing.JDesktopPane
45     *
46     * @author Andrew Selkirk (aselkirk@sympatico.ca)
47     * @author Sascha Brawer (brawer@dandelis.ch)
48   */   */
49  public abstract class DesktopPaneUI extends ComponentUI {  public abstract class DesktopPaneUI
50      extends ComponentUI
51    {
52      /**
53       * Constructs a new <code>DesktopPaneUI</code>.
54       */
55      public DesktopPaneUI()
56      {
57      }
58    }
59    
         //-------------------------------------------------------------  
         // Initialization ---------------------------------------------  
         //-------------------------------------------------------------  
   
         /**  
          * Constructor DesktopPaneUI  
          */  
         public DesktopPaneUI() {  
                 // TODO  
         } // DesktopPaneUI()  
   
   
 } // DesktopPaneUI  

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