Class KopiTextPaneUI

All Implemented Interfaces:
ViewFactory

public class KopiTextPaneUI extends BasicTextPaneUI
  • Constructor Details

    • KopiTextPaneUI

      public KopiTextPaneUI()
  • Method Details

    • createUI

      public static ComponentUI createUI(JComponent c)
    • installUI

      public void installUI(JComponent c)
      Overrides:
      installUI in class BasicTextPaneUI
    • 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