7036871: Some JCK interactive JSplitPane tests that test continuous layout fail with Nimbus L&F
Reviewed-by: rupashka
--- a/jdk/src/share/classes/javax/swing/JSplitPane.java Thu Apr 21 14:29:23 2011 +0400
+++ b/jdk/src/share/classes/javax/swing/JSplitPane.java Fri Apr 22 20:54:37 2011 +0400
@@ -671,7 +671,7 @@
* which must be <code>true</code> for the child components
* to be continuously
* redisplayed and laid out during user intervention.
- * The default value of this property is <code>false</code>.
+ * The default value of this property is look and feel dependent.
* Some look and feels might not support continuous layout;
* they will ignore this property.
*