Class MetalInternalFrameTitlePane

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable

public class MetalInternalFrameTitlePane extends BasicInternalFrameTitlePane
Class that manages a JLF title bar
Since:
1.3
  • Field Details

    • isPalette

      protected boolean isPalette
      The value isPalette
    • paletteCloseIcon

      protected Icon paletteCloseIcon
      The palette close icon.
    • paletteTitleHeight

      protected int paletteTitleHeight
      The height of the palette title.
  • Constructor Details

    • MetalInternalFrameTitlePane

      public MetalInternalFrameTitlePane(JInternalFrame f)
      Constructs a new instance of MetalInternalFrameTitlePane
      Parameters:
      f - an instance of JInternalFrame
  • Method Details