Class PainterGlasspane

  • All Implemented Interfaces:
    ImageObserver, MenuContainer, Serializable

    public class PainterGlasspane
    extends JComponent
    This is a glasspane which will draw the specified painter on top of the specified target components. The PainterGlasspane would commonly be used for drawing a translucent overlay or icon badge on top of components which are invalid, indicating to the user what the problem is. The PainterGlasspane can also be used to apply a Painter on top of a component which does not already support painters on it's own.
    Author:
    joshy
    See Also:
    Serialized Form
    • Constructor Detail

      • PainterGlasspane

        public PainterGlasspane()
        Creates a new instance of ValidationOverlay