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

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

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

revision 1.2 by egagnon, Sun Aug 11 20:08:43 2002 UTC revision 1.3 by brawer, Tue Jun 24 16:51:48 2003 UTC
# Line 1  Line 1 
1  /* PanelUI.java  /* PanelUI.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    
39  package javax.swing.plaf;  package javax.swing.plaf;
40    
41    /**
42  public class PanelUI extends ComponentUI   * An abstract base class for delegates that implement the pluggable
43     * look and feel for a <code>JPanel</code>.
44     *
45     * @see javax.swing.JPanel
46     *
47     * @author Sascha Brawer (brawer@dandelis.ch)
48     */
49    public abstract class PanelUI
50      extends ComponentUI
51  {  {
52      /**
53       * Constructs a new <code>PanelUI</code>.
54       */
55      public PanelUI()
56      {
57      }
58  }  }

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

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