/[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.10 by rabbit78, Fri May 20 12:25:35 2005 UTC revision 1.11 by tromey, Sat Jun 4 19:16:11 2005 UTC
# Line 75  public class BasicProgressBarUI extends Line 75  public class BasicProgressBarUI extends
75    /**    /**
76     * A helper class that listens for ChangeEvents     * A helper class that listens for ChangeEvents
77     * from the progressBar's model.     * from the progressBar's model.
78       *
79       * @specnote Apparently this class was intended to be protected,
80       *           but was made public by a compiler bug and is now
81       *           public for compatibility.
82     */     */
83    protected class ChangeHandler implements ChangeListener    public class ChangeHandler implements ChangeListener
84    {    {
85      /**      /**
86       * Called every time the state of the model changes.       * Called every time the state of the model changes.

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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