/[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.5 by gnu_andrew, Fri May 27 00:01:45 2005 UTC revision 1.5.2.6 by gnu_andrew, Sun Jun 5 19:36:39 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.5.2.5  
changed lines
  Added in v.1.5.2.6

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