1
vote
1answer
551 views
How to make Swing scroll with “ensureIndexIsVisible”?
When I run this code the selected item is not visible. I've already tried to run it in a separate thread with no luck.
import javax.swing.JFrame;
import java.awt.Container;
import …
