Class OvalBackgroundColorIcon

java.lang.Object
resources.icons.OvalBackgroundColorIcon
All Implemented Interfaces:
Icon

public class OvalBackgroundColorIcon extends Object implements Icon
Paints an oval of the given size, based upon the Component passed to paintIcon(Component, Graphics, int, int). If the component is null, then no painting will take place.
  • Constructor Details

    • OvalBackgroundColorIcon

      public OvalBackgroundColorIcon(int width, int height)
  • Method Details