Atur scrollbar transparan jscrollpane

Just put the following line :

UIManager.put("ScrollBar.width", 0);

1) it has to be prior to creating a JScrollPane
2) will affect all scrollBars in the app
Btm10