Package Summary  Overview Summary

class:BasicInternalFrameTitlePane.SystemMenuBar [NONE]

constructor:BasicInternalFrameTitlePane.SystemMenuBar() [NONE]

  • SystemMenuBar

    public SystemMenuBar()

method:isFocusTraversable() [NONE]

method:requestFocus() [NONE]

method:paint(java.awt.Graphics) [NONE]

method:isOpaque() [NONE]

  • isOpaque

    public boolean isOpaque()
    Description copied from class: JComponent
    Returns true if this component is completely opaque.

    An opaque component paints every pixel within its rectangular bounds. A non-opaque component paints only a subset of its pixels or none at all, allowing the pixels underneath it to "show through". Therefore, a component that does not fully paint its pixels provides a degree of transparency.

    Subclasses that guarantee to always completely paint their contents should override this method and return true.

    Overrides:
    isOpaque in class JComponent
    Returns:
    true if this component is completely opaque
    See Also:
    JComponent.setOpaque(boolean)

© 2019 Oracle Corporation and/or its affiliates