チケット #19447

Devider on JSplitPane is too thin

登録: 2009-11-04 06:08 最終更新: 2010-03-06 00:00

報告者:
担当者:
チケットの種類:
状況:
完了
コンポーネント:
マイルストーン:
優先度:
5 - 中
重要度:
5 - 中
解決法:
修正済み
ファイル:
2

詳細

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.

チケットの履歴 (6 件中 3 件表示)

2009-11-04 06:08 更新者: hub02371
  • 新しいチケット "Devider on JSplitPane is too thin" が作成されました
2009-11-04 09:10 更新者: freebeans
  • マイルストーンjvm0.4.7 から (未割り当て) に更新されました
  • 解決法なし から 受領 に更新されました
2009-12-27 22:56 更新者: freebeans
  • マイルストーン(未割り当て) から jvm0.4.8 に更新されました
  • 解決法受領 から 修正済み に更新されました
コメント

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

2010-03-06 00:00 更新者: freebeans
  • 状況オープン から 完了 に更新されました
  • チケット完了時刻2010-03-06 00:00 に更新されました

添付ファイルリスト

編集

このチケットにコメントを追加するには、ログインが必要です » ログインする