changeset 4328:91a590306e02

7036871: Some JCK interactive JSplitPane tests that test continuous layout fail with Nimbus L&F Reviewed-by: rupashka
author alexp
date Fri, 22 Apr 2011 20:54:37 +0400
parents 6c94f33c36d5
children 78890acd99e4
files src/share/classes/javax/swing/JSplitPane.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/classes/javax/swing/JSplitPane.java	Thu Apr 21 14:29:23 2011 +0400
+++ b/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.
      *