List of usage examples for javax.swing JViewport SIMPLE_SCROLL_MODE
int SIMPLE_SCROLL_MODE
To view the source code for javax.swing JViewport SIMPLE_SCROLL_MODE.
Click Source Link
From source file:Main.java
public static void fixScrollRendering(JViewport viewport) { viewport.setScrollMode(JViewport.SIMPLE_SCROLL_MODE); }