Tíquete #19447

Devider on JSplitPane is too thin

: 2009-11-04 06:08 Última Atualização: 2010-03-06 00:00

Relator:
Dono:
Tipo:
Estado:
Fechado
Componente:
Marcos:
Prioridade:
5 - Medium
Gravidade:
5 - Medium
Resolução:
Fixed
Arquivo:
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.

Ticket History (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
  • Marco Update from jvm0.4.7 to (Nenhum)
  • Resolução Update from Nenhum to Accepted
2009-12-27 22:56 Updated by: freebeans
  • Marco Update from (Nenhum) to jvm0.4.8
  • Resolução Update from Accepted to Fixed
Comentário

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

2010-03-06 00:00 Updated by: freebeans
  • Estado Update from Aberto to Fechado
  • Ticket Close date is changed to 2010-03-06 00:00

Attachment File List

Editar

Please login to add comment to this ticket » Login