Generated by
JDiff

Class javax.swing.plaf.metal.MetalProgressBarUI

Documentation changed from old to new.

Added Methods
void paintDeterminate(Graphics, JComponent) Draws a bit of special highlighting on the progress bar.
void paintIndeterminate(Graphics, JComponent) Draws a bit of special highlighting on the progress bar and bouncing box.
 

Changed Methods
void paint(Graphics, JComponent) Documentation changed from old to new.
Method was locally defined, but is now inherited from BasicProgressBarUI.
Delegates painting to one of two methods: paintDeterminate or paintIndeterminate.