swing - Java : Scroll Over JScrollPane -


i've got vertically scrolling jpanel, on jpanel couple of jscrollpanes, when user scrolls down through panel, if users mouse goes on jscrollpane no longer able scroll jpanel, have move mouse off jscrollpane , onto panel. gets quite annoying after while.

to end there way tell java continue scrolling parent jpanel unless user clicks on child jscrollpane , tries scroll it? enter image description here

i believe you're looking jscrollpane#setwheelscrollingenabled(boolean handlewheel)


Comments

Popular posts from this blog

C# random value from dictionary and tuple -

cgi - How do I interpret URLs without extension as files rather than missing directories in nginx? -

.htaccess - htaccess convert request to clean url and add slash at the end of the url -