imagej / imagej-ui-swing

ImageJ UI for Java Swing.
BSD 2-Clause "Simplified" License
10 stars 20 forks source link

Scroll list of update sites to bottom when a new site is added #38

Closed imagejan closed 9 years ago

imagejan commented 9 years ago

In line with previous discussions, here's a small enhancement that scrolls down the update sites dialog whenever a new site is added.

This depends on StaticSwingUtils.scrollToBottom(JScrollPane pane) introduced in scijava-ui-swing a6d8604

ctrueden commented 9 years ago

Resolved in 172eacf6f0e0ca8b1199579445563c82d1734afd. I had to prepend a commit to bump scijava-ui-swing to the 0.6.0 release I cut just now, so that the StaticSwingUtils#scrollToBottom method would be available for use.