Class GTabPanelBorder

All Implemented Interfaces:
Serializable, Border

public class GTabPanelBorder extends EmptyBorder
Custom border for the GTab.
See Also:
  • Field Details

  • Constructor Details

    • GTabPanelBorder

      public GTabPanelBorder()
  • Method Details

    • paintBorder

      public void paintBorder(Component c, Graphics g, int x, int y, int w, int h)
      Paints the border, and also a bottom shadow border that isn't part of the insets, so that the area that doesn't have tabs, still paints a bottom border
      Specified by:
      paintBorder in interface Border
      Overrides:
      paintBorder in class EmptyBorder