JDK-6594758 : Nimbus LAF : JSplitPane divide size is incorrect in vertical split .
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 6u4
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2007-08-20
  • Updated: 2011-02-16
  • Resolved: 2008-01-28
Related Reports
Duplicate :  
Description
SplitPane divide size is not correct in vertical split . When divide size is 100 it has to increase the size of the divider but it gives an impression that it have reduced the size of the second component. actually divider size has to be increased.
Step to reproduce:
-------------------
1) Run SwingSet2.
2) Select SplitPane demo .
3) Select Vertical Split.
4) Enter 50  in the divider size & observe that second component size is reduced.
I have attached the screen shots of the same.  It works fine for horizontal spite.