Class ScanManagerTabbedPaneUI

All Implemented Interfaces:
SwingConstants

public class ScanManagerTabbedPaneUI extends BasicTabbedPaneUI
The 3D Scan Manager personalized label UI.
Author:
Zleurtor
  • Constructor Details

    • ScanManagerTabbedPaneUI

      public ScanManagerTabbedPaneUI()
  • Method Details

    • createUI

      public static ComponentUI createUI(JComponent c)
      Create the UI.
      Parameters:
      c - The component to which the UI shall be applied.
      Returns:
      The unique UI instance.
    • paintTabBorder

      protected final void paintTabBorder(Graphics g, int tabPlacement, int tabIndex, int x, int y, int w, int h, boolean isSelected)
      Overrides:
      paintTabBorder in class BasicTabbedPaneUI