JDK-6940250 : Nimbus: JSplitPane doesn't work as expected
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 6u10
  • Priority: P1
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2010-04-01
  • Updated: 2012-03-22
  • Resolved: 2010-04-06
Related Reports
Duplicate :  
Description
Manual JCK test api/javax_swing/interactive/JSplitPaneTests.html#JSplitPane fails with Nimbus LaF. 
Testcases check the behavior of JSplitPane created with the different constructors, 
 it verifies that the splitpane's child components are not redrawn continuously as the divider changes position.
It works without Nimbus LaF and has no effect with Nimbus.
Next testcases failed:
	JSplitPaneTest0001: Failed. JSplitPane created by JSplitPane()
	JSplitPaneTest0002: Failed. JSplitPane created by JSplitPane(JSplitPane.HORIZONTAL_SPLIT)
	JSplitPaneTest0003: Failed. JSplitPane created by JSplitPane(JSplitPane.VERTICAL_SPLIT)
	JSplitPaneTest0005: Failed. JSplitPane created by JSplitPane(int,Component,Component)

Steps to reproduce: see comments