I'd like to add scrolling capability to a javax.swing.JDesktopPane
. But wrapping in a javax.swing.JScrollPane
does not produce the desired behavior.
Searching the web shows that this has been an issue for quite some time. There are some solutions out there, but they seem to be pretty old, and I'm not not completely satisfied with them.
What actively maintained solutions do you know?