java - Scroll Event of a JScrollPane -


it's strange jscrollpane doesn't have method addadjustmentlistener(). yet adjustmentlistener said used scrollbars. want happen whenever jscrollpane scrolled in either way. how achieve such thing?

why don't actual scrollbars, , add adjustment listeners them? jscrollbar has method called addadjustmentlistener().

and can use getverticalscrollbar() , gethorizontalscrollbar() jscrollbar jscrollpane


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -