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? -

sql - text truncated using perl DBI insert -

php - Pass object by reference or value -