任务单 #19447

Devider on JSplitPane is too thin

开放日期: 2009-11-04 06:08 最后更新: 2010-03-06 00:00

报告人:
属主:
类型:
状态:
关闭
里程碑:
优先:
5 - Medium
严重性:
5 - Medium
处理结果:
Fixed
文件:
2

Details

After initiating JSplitPane, using following code:

        //Create a split pane for the first side and second side of the card
        splitPane = new JSplitPane(JSplitPane.VERTICAL_SPLIT, scrollPaneFirstSide, scrollPaneSecondSide);
        splitPane.setOneTouchExpandable(true);
        splitPane.setDividerLocation(JSplitPane.CENTER_ALIGNMENT);

Devider looks OK.

After changing the direction Vertical <-> Horizontal with folling command:

	    	splitPane.setOrientation(JSplitPane.HORIZONTAL_SPLIT);
//	    	splitPane.setOneTouchExpandable(true);
	    	splitPane.setDividerLocation(JSplitPane.CENTER_ALIGNMENT);

, the devider split is too thin and cannot be moved any longer.

任务单历史 (3/6 Histories)

2009-11-04 06:08 Updated by: hub02371
  • New Ticket "Devider on JSplitPane is too thin" created
2009-11-04 09:10 Updated by: freebeans
  • 里程碑 Update from jvm0.4.7 to (无)
  • 处理结果 Update from to Accepted
2009-12-27 22:56 Updated by: freebeans
  • 里程碑 Update from (无) to jvm0.4.8
  • 处理结果 Update from Accepted to Fixed
评论

Fixed. Now BasicSplitPaneUI.layoutContainer() sets divider size correctly.

2010-03-06 00:00 Updated by: freebeans
  • 状态 Update from 开启 to 关闭
  • Ticket Close date is changed to 2010-03-06 00:00

Attachment File List

编辑

Please login to add comment to this ticket » 登录名