java - removing the vertical scroll bar in a jscrollpane? -


क्या JScrollPane में खड़ी स्क्रॉल बार को निकालना संभव है?

इस तरह से कुछ प्रयास करें:

  JScrollPane.setVerticalScrollBarPolicy (VERTICAL_SCROLLBAR_NEVER);  

Comments

Popular posts from this blog

.net - C# List<T>.Find(x=>x.Rectangle.Contains(Point)) FAIL -

iphone - Smoothing a rounded stroke in Core Graphics -

c++ - QtQuick: QQmlApplicationEngine failed to load component qrc:/main.qml:23 Invalid attached object assignment -