Class KopiTextAreaUI

All Implemented Interfaces:
ViewFactory

public class KopiTextAreaUI extends BasicTextAreaUI
  • Constructor Details

    • KopiTextAreaUI

      public KopiTextAreaUI()
  • Method Details

    • createUI

      public static ComponentUI createUI(JComponent c)
    • installUI

      public void installUI(JComponent c)
      Overrides:
      installUI in class BasicTextUI
    • paintBackground

      protected void paintBackground(Graphics g)
      Paints a background for the view. This will only be called if isOpaque() on the associated component is true. The default is to paint the background color of the component.
      Overrides:
      paintBackground in class BasicTextUI
      Parameters:
      g - the graphics context