/[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.4 by mark, Sat Jul 2 20:32:50 2005 UTC revision 1.5 by rabbit78, Wed Oct 19 14:20:10 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.4  
changed lines
  Added in v.1.5

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