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.


Popular posts from this blog

c# - ODP.NET Oracle.ManagedDataAccess causes ORA-12537 network session end of file -

matlab - Compression and Decompression of ECG Signal using HUFFMAN ALGORITHM -

utf 8 - split utf-8 string into bytes in python -