I've got a vertically scrolling JPanel, on that JPanel are a couple of JScrollPanes, when the user scrolls down through the panel, if the users mouse goes over the JScrollPane they are no longer able to scroll the JPanel, the have to move their mouse off the JScrollPane and back onto the panel. It gets quite annoying after a while.
To this end is there any way to tell java to continue scrolling the parent JPanel unless the user clicks on the child JScrollPane and specifically tries to scroll it?