-
Bug
-
Resolution: Not an Issue
-
P2
-
None
-
1.4.0
-
sparc
-
solaris_2.6
Name: aaR10142 Date: 11/29/2000
Following javadoc and method were removed from JRootPane.java in merlin,
/**
* Make <code>JRootPane</code> be the root of a focus cycle.
* That means that, by default, tabbing within the root
* pane will move between components of the pane,
* but not out of the pane.
* @see JComponent#isFocusCycleRoot
* @return true
*/
public boolean isFocusCycleRoot() {
return true;
}
This change was not described in ccc request #4290675, so it is unapproved
change, please send out ccc request or roll back this change.
======================================================================