Class FlatPanelUI


  • public class FlatPanelUI
    extends javax.swing.plaf.basic.BasicPanelUI
    Provides the Flat LaF UI delegate for JPanel.
    UiDefault:
    Panel.font Font unused, Panel.background Color only used if opaque, Panel.foreground Color, Panel.border Border
    • Constructor Summary

      Constructors 
      Constructor Description
      FlatPanelUI()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static javax.swing.plaf.ComponentUI createUI​(javax.swing.JComponent c)  
      • Methods inherited from class javax.swing.plaf.basic.BasicPanelUI

        getBaseline, getBaselineResizeBehavior, installDefaults, installUI, uninstallDefaults, uninstallUI
      • Methods inherited from class javax.swing.plaf.ComponentUI

        contains, getAccessibleChild, getAccessibleChildrenCount, getMaximumSize, getMinimumSize, getPreferredSize, paint, update
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FlatPanelUI

        public FlatPanelUI()
    • Method Detail

      • createUI

        public static javax.swing.plaf.ComponentUI createUI​(javax.swing.JComponent c)