2016-04-12 20 views

cevap

2

:

SplitPane sp1 = ... ; 
SplitPane sp2 = ... ; 

// populate split panes... 

// now bind divider positions: 
sp1.getDividers().get(0).positionProperty().bindBidirectional(
     sp2.getDividers().get(0).positionProperty()); 
+0

Teşekkür .Bu çalıştı Mate. – tashtoons