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

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

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

revision 1.2.2.2 by gnu_andrew, Tue Aug 2 20:12:37 2005 UTC revision 1.2.2.3 by gnu_andrew, Wed Nov 2 00:43:51 2005 UTC
# Line 51  import javax.swing.JSplitPane; Line 51  import javax.swing.JSplitPane;
51   * @author Andrew Selkirk (aselkirk@sympatico.ca)   * @author Andrew Selkirk (aselkirk@sympatico.ca)
52   * @author Sascha Brawer (brawer@dandelis.ch)   * @author Sascha Brawer (brawer@dandelis.ch)
53   */   */
54  public abstract class SplitPaneUI  public abstract class SplitPaneUI extends ComponentUI
   extends ComponentUI  
55  {  {
56    /**    /**
57     * Constructs a new <code>SplitPaneUI</code>.     * Constructs a new <code>SplitPaneUI</code>.
58     */     */
59    public SplitPaneUI()    public SplitPaneUI()
60    {    {
61        // Nothing to do here.
62    }    }
63    
64    

Legend:
Removed from v.1.2.2.2  
changed lines
  Added in v.1.2.2.3

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