/[classpath]/classpath/java/awt/ScrollPaneAdjustable.java
ViewVC logotype

Diff of /classpath/java/awt/ScrollPaneAdjustable.java

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

revision 1.4 by mark, Tue Jan 22 22:26:58 2002 UTC revision 1.5 by mkoch, Fri Feb 21 11:59:26 2003 UTC
# Line 39  exception statement from your version. * Line 39  exception statement from your version. *
39  package java.awt;  package java.awt;
40    
41  /**  /**
42    * Need this class since the serialization spec for ScrollPane   * Need this class since the serialization spec for ScrollPane
43    * uses it.   * uses it.
44    *   *
45    * @author Aaron M. Renn (arenn@urbanophile.com)   * @author Aaron M. Renn (arenn@urbanophile.com)
46    */   */
47  class ScrollPaneAdjustable extends Scrollbar  class ScrollPaneAdjustable extends Scrollbar
48  {  {
49      public ScrollPaneAdjustable (int orientation)
50  public    {
51  ScrollPaneAdjustable(int orientation)      super (orientation);
52  {    }
53    super(orientation);  
54  }    public void setMaximum (int maximum)
55      {
56  public void    }
57  setMaximum(int maximum)  
58  {    public void setMinimum (int minimum)
59  }    {
60      }
61  public void  
62  setMinimum(int minimum)    public void setVisibleAmount (int visibleAmount)
63  {    {
64  }    }
   
 public void  
 setVisibleAmount(int visibleAmount)  
 {  
 }  
   
65  } // class ScrollPaneAdjustable  } // class ScrollPaneAdjustable
66    

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