Package com.formdev.flatlaf.ui
Class FlatViewportUI
- java.lang.Object
-
- javax.swing.plaf.ComponentUI
-
- javax.swing.plaf.ViewportUI
-
- javax.swing.plaf.basic.BasicViewportUI
-
- com.formdev.flatlaf.ui.FlatViewportUI
-
public class FlatViewportUI extends javax.swing.plaf.basic.BasicViewportUIProvides the Flat LaF UI delegate forJViewport.- UiDefault:
- Viewport.font Font unused, Viewport.background Color, Viewport.foreground Color unused
-
-
Constructor Summary
Constructors Constructor Description FlatViewportUI()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static javax.swing.plaf.ComponentUIcreateUI(javax.swing.JComponent c)voidupdate(java.awt.Graphics g, javax.swing.JComponent c)-
Methods inherited from class javax.swing.plaf.basic.BasicViewportUI
installDefaults, installUI, uninstallDefaults, uninstallUI
-
-