/[classpath]/classpath/javax/swing/plaf/basic/BasicProgressBarUI.java
ViewVC logotype

Diff of /classpath/javax/swing/plaf/basic/BasicProgressBarUI.java

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

revision 1.5.2.1 by gnu_andrew, Sat Jan 15 17:02:21 2005 UTC revision 1.5.2.2 by gnu_andrew, Wed Jan 26 02:30:49 2005 UTC
# Line 1  Line 1 
1  /* BasicProgressBarUI.java --  /* BasicProgressBarUI.java --
2     Copyright (C) 2004 Free Software Foundation, Inc.     Copyright (C) 2004, 2005  Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 467  public class BasicProgressBarUI extends Line 467  public class BasicProgressBarUI extends
467    /**    /**
468     * This method increments the animation index.     * This method increments the animation index.
469     */     */
470    public void incrementAnimationIndex()    protected void incrementAnimationIndex()
471    {    {
472      animationIndex++;      animationIndex++;
473      //numFrames is like string length, it should be named numFrames or something      //numFrames is like string length, it should be named numFrames or something

Legend:
Removed from v.1.5.2.1  
changed lines
  Added in v.1.5.2.2

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