Package Summary  Overview Summary

class:MetalProgressBarUI [NONE]



  • public class MetalProgressBarUI
    extends BasicProgressBarUI
    
    The Metal implementation of ProgressBarUI.

    Warning: Serialized objects of this class will not be compatible with future Swing releases. The current serialization support is appropriate for short term storage or RMI between applications running the same version of Swing. As of 1.4, support for long term storage of all JavaBeans™ has been added to the java.beans package. Please see XMLEncoder.

constructor:MetalProgressBarUI() [NONE]

  • MetalProgressBarUI

    public MetalProgressBarUI()

method:createUI(javax.swing.JComponent) [CHANGED]

  • createUI

    public static ComponentUI createUI(JComponent c)
    Constructs an instance of MetalProgressBarUI.
    Parameters:
    c - a component
    Returns:
    an instance of MetalProgressBarUI
  • createUI

    public static ComponentUI createUI(JComponent c)
    Constructs an instance of MetalProgressBarUI.
    Parameters:
    c - a component
    Returns:
    an instance of MetalProgressBarUI

method:paintDeterminate(java.awt.Graphics, javax.swing.JComponent) [CHANGED]

method:paintIndeterminate(java.awt.Graphics, javax.swing.JComponent) [CHANGED]

© 2017 Oracle Corporation and/or its affiliates