Lines Matching refs:focus
58 protected Color focus;
159 * Tab that has focus.
360 focus = UIManager.getColor("TabbedPane.focus");
384 focus = null;
1062 g.setColor(focus);
1837 // Just move focus (not selection)
1873 * Returns the index of the tab that has focus.
1875 * @return index of tab that has focus
3389 // request focus.
3395 // focus. Repaint will occur in focusGained.