Lines Matching refs:Component
28 import java.awt.Component;
33 * determining a JInternalFrame's initial Component. The initial Component is
35 * default, this is the same as the JInternalFrame's default Component to
47 * Returns the Component that should receive the focus when a
50 * initial Component will not be used again. Instead, if the JInternalFrame
53 * JInternalFrame's most recently focused Component will become the focus
55 * JInternalFrame's default Component to focus.
57 * @param frame the JInternalFrame whose initial Component is to be
59 * @return the Component that should receive the focus when frame is
60 * selected for the first time, or null if no suitable Component
65 public Component getInitialComponent(JInternalFrame frame) {