java - How do I let a JSplitPane move smooth? -
i have simple java swing gui jsplitpane
divide 2 jpanels. wonder how let move smooth, can see moving when resizing window. standard setting ugly, because jsplitpane
moves if release it. spend lot of time searching that.
is there function in class jsplitpane
move smooth?
i believe looking jsplitpane#setcontinuouslayout
sets value of continuouslayout property, must true child components continuously redisplayed , laid out during user intervention. default value of property , feel dependent. , feels might not support continuous layout; ignore property.