Ticket #19447

Devider on JSplitPane is too thin

Eröffnet am: 2009-11-04 06:08 Letztes Update: 2010-03-06 00:00

Auswertung:
Verantwortlicher:
Typ:
Status:
Geschlossen
Komponente:
Meilenstein:
Priorität:
5 - Mittel
Schweregrad:
5 - Mittel
Lösung:
Gefixt
Datei:
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-Verlauf (3/6 Historien)

2009-11-04 06:08 Aktualisiert von: hub02371
  • New Ticket "Devider on JSplitPane is too thin" created
2009-11-04 09:10 Aktualisiert von: freebeans
  • Meilenstein Update from jvm0.4.7 to (Keine)
  • Lösung Update from Keine to Accepted
2009-12-27 22:56 Aktualisiert von: freebeans
  • Meilenstein Update from (Keine) to jvm0.4.8
  • Lösung Update from Accepted to Gefixt
Kommentar

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

2010-03-06 00:00 Aktualisiert von: freebeans
  • Status Update from Offen to Geschlossen
  • Ticket Close date is changed to 2010-03-06 00:00

Dateianhangliste

Bearbeiten

Please login to add comment to this ticket » Anmelden