Class KopiTextFieldUI

All Implemented Interfaces:
ViewFactory

public class KopiTextFieldUI extends MetalTextFieldUI
  • Constructor Details

    • KopiTextFieldUI

      public KopiTextFieldUI()
  • 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