How can I increase the size of the JScrollbar incremental buttons?
Created May 4, 2012
Sandip Chitale Try
UIManager.put("ScrollBar.minimumThumbSize", new Dimension(desiredWidth, desiredHeight));