Open husker-dev opened 4 years ago
I tried to do this with only DefaultBoundedRangeModel
, but this is not enough for a good result. I have to edit many WebLaF and native swing classes.
I'll put this for v1.5.0 for now, but not sure if I'll get to it by then or not, there are still quite a few more important things to be done.
Generally - yes, it needs to be done in the UI implementation, but I don't have a fully custom UI for the JScrollPane
yet (#476), so that will be the first thing to do before smooth scrolling can be implemented.
It would be nice if there was the possibility of smooth scrolling, as is done in Google Chrome or in Intelij IDEA. So the information will not instantly change its location, and will move smoothly.