2016-04-12 10 views

答えて

2

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

// populate split panes... 

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

おかげで.ITが働いメイト。 – tashtoons

関連する問題