javax.swing.plaf.basic
public class BasicInternalFrameTitlePane.SystemMenuBar extends JMenuBar
UNKNOWN: Apparently this class was intended to be protected, but was made public by a compiler bug and is now public for compatibility.
Method Summary | |
---|---|
boolean | isFocusTraversable()
This method returns true if it can receive focus.
|
boolean | isOpaque()
This method returns true if this Component is expected to paint all of
itself.
|
void | paint(Graphics g)
This method paints this Component.
|
void | requestFocus()
This method requests that focus be given to this Component. |
Returns: True if this Component can receive focus.
Returns: True if this Component is expect to paint all of itself.
Parameters: g The Graphics object to paint with.