/[classpath]/classpath/javax/swing/JScrollPane.java
ViewVC logotype

Diff of /classpath/javax/swing/JScrollPane.java

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

revision 1.15 by mkoch, Fri Oct 8 07:41:28 2004 UTC revision 1.16 by mkoch, Mon Jan 24 21:57:07 2005 UTC
# Line 1  Line 1 
1  /* JScrollPane.java --  /* JScrollPane.java --
2     Copyright (C) 2002, 2004 Free Software Foundation, Inc.     Copyright (C) 2002, 2004, 2005  Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 624  public class JScrollPane Line 624  public class JScrollPane
624      super.setUI(ui);      super.setUI(ui);
625    }    }
626    
627    class ScrollBar    protected class ScrollBar
628      extends JScrollBar      extends JScrollBar
629      implements UIResource      implements UIResource
630    {    {
# Line 660  public class JScrollPane Line 660  public class JScrollPane
660                                                direction);                                                direction);
661          }          }
662      }      }
   
   
663    }    }
     
664  }  }

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

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