I have a simple Java Swing JSplitPane with JSplitPane to separate two JPanels. Now I wonder how I let this move smoothly, so you can see how it moves when the window is resized. The default setting is very ugly because JSplitPane only moves if you release it. I spend a lot of time looking for something like that.
Is there any function in the JSplitPane class for its smooth transition?
source share