Scroll bars for table?
Java
2
Posts
2
Posters
0
Views
1
Watching
-
Hello, i am currently using NetBeans, web application, if there any way or method to set scroll bars for tables?
-
Hello, i am currently using NetBeans, web application, if there any way or method to set scroll bars for tables?
pancakeleh wrote:
if there any way or method to set scroll bars for tables
Of-course there is a method to set scroll bars for tables. The
JScrollPane
provides you to set scrollable facility to scroll the scroll bar. hence, TheJScrollPane
provides the facility for looking its data by scrolling the scroll bar either horizontal or vertical or both. navigate the given link Creating a Scrollable JTable[^] and this link[^] to know how to create and Use Table.